mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): do not delete tag on cancel (#8776)
This commit is contained in:
@@ -62,7 +62,7 @@ export const useDeleteTagConfirmModal = () => {
|
||||
handleClose(true);
|
||||
},
|
||||
onCancel: () => {
|
||||
handleClose(true);
|
||||
handleClose(false);
|
||||
},
|
||||
onOpenChange: state => {
|
||||
handleClose(state);
|
||||
|
||||
Reference in New Issue
Block a user