Skip to content

Commit

Permalink
rmv hard delete admin
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Apr 7, 2024
1 parent d5a0a09 commit 5240cee
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions core/admin-dashboard/components/admin/widget/BaseAdminTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,6 @@
</template>
<span v-html="$t('Delete')"></span>
</v-tooltip>
<v-tooltip left>
<template v-slot:activator="{ on, attrs }">
<v-btn
icon
v-bind="attrs"
v-on="on"
small
@click="
() => {
SET_ADMIN({ data: item });
is_open_hard_delete_dialog = true;
}
"
>
<v-icon small color="error">mdi-delete-off-outline</v-icon>
</v-btn>
</template>
<span v-html="$t('Delete Forever')"></span>
</v-tooltip>
</div>
</template>
</v-data-table>
Expand Down

0 comments on commit 5240cee

Please sign in to comment.