fix(ui): card delete message showing twice
This commit is contained in:
parent
7aeb6e2ef0
commit
4b61e31ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ function MetricListItem(props: Props) {
|
|||
confirmation: `Are you sure you want to permanently delete this card?`
|
||||
})) {
|
||||
await metricStore.delete(metric)
|
||||
toast.success('Card deleted');
|
||||
// toast.success('Card deleted');
|
||||
}
|
||||
}
|
||||
if (key === 'rename') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue