Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
noO0ob committed Nov 7, 2024
1 parent 088418a commit 93c5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/settings/SettingDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</template>
<template v-slot:item.opt="item">
<v-btn icon color="#5f5cca" v-if="item.item.isOp === false"
@click="removeTableItem(config.name, index)">
@click="removeTableItem(config.name, item.index)">
<v-icon>mdi-delete</v-icon>
</v-btn>
<v-btn icon color="#5f5cca" v-else
Expand Down

0 comments on commit 93c5dbf

Please sign in to comment.