Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 23, 2024
1 parent 4adfa01 commit 1778517
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/views/admin/DockerImagesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ const onSelect = (selected: any[] | null): void => {
<InputText v-model="filter['search']" :placeholder="t('admin.search.general')" />
</IconField>
</div>
<Button class="w-auto mb-3 gap-3 justify-content-center" :disabled="multiRemove" @click="toggleSafetyGuardMultiRemove">
<Button
class="w-auto mb-3 gap-3 justify-content-center"
:disabled="multiRemove"
@click="toggleSafetyGuardMultiRemove"
>
{{ t('admin.delete') }}
</Button>
</template>
Expand Down

0 comments on commit 1778517

Please sign in to comment.