fix
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
} else if (item.action === ACTIONS.DELETE) {
|
||||
DeleteItemByToken(item.token);
|
||||
} else if (item.action === ACTIONS.ADD) {
|
||||
DeleteItemByToken(item.token);
|
||||
DeleteItemByToken(item.data.token);
|
||||
list.value.push(item.data);
|
||||
await addObject(item.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user