Skip to content

Commit

Permalink
fix typo alireza0#361
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Nov 17, 2024
1 parent 572268e commit 056c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Clients.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<v-card-actions style="padding: 0;">
<v-btn icon="mdi-account-edit" @click="showModal(item.id)">
<v-icon />
<v-tooltip activator="parent" location="top" :text="$t('actions.edit') + item.id"></v-tooltip>
<v-tooltip activator="parent" location="top" :text="$t('actions.edit')"></v-tooltip>
</v-btn>
<v-btn style="margin-inline-start:0;" icon="mdi-account-minus" color="warning" @click="delOverlay[clients.findIndex(c => c.id == item.id)] = true">
<v-icon />
Expand Down

0 comments on commit 056c458

Please sign in to comment.