fix: tags not loaded in tag dialog on open

This commit is contained in:
ammarahm-ed
2021-12-31 15:30:36 +05:00
parent 47d7fa0086
commit 9f80ad6dd4

View File

@@ -70,6 +70,7 @@ const TagsDialog = () => {
const open = item => {
setNote(item);
useTagStore.getState().setTags();
sortTags();
setVisible(true);
};