Skip to content

Commit

Permalink
fix: remove title from delete button
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stainbrook <[email protected]>
  • Loading branch information
rackrick committed Sep 19, 2024
1 parent 098873e commit 3cb8dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/panels/HistoryListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<v-col class="offset-4 col-4 d-flex align-center justify-end">
<v-tooltip top>
<template #activator="{ on, attrs }" v-if="selectedJobs.length">

Check warning on line 18 in src/components/panels/HistoryListPanel.vue

View workflow job for this annotation

GitHub Actions / ESLint

src/components/panels/HistoryListPanel.vue#L18

Attribute "v-if" should go before "#activator" (vue/attributes-order)
<v-btn
:title="$t('History.Delete')"
<v-btn
color="error"
class="px-2 minwidth-0 ml-3"
v-bind="attrs"
Expand Down

0 comments on commit 3cb8dc5

Please sign in to comment.