mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: fix editor tags not updated when creating note in a tag
This commit is contained in:
@@ -42,7 +42,7 @@ function Header(props: HeaderProps) {
|
||||
|
||||
useEffect(() => {
|
||||
refreshTags();
|
||||
}, [id, refreshTags]);
|
||||
}, [id, refreshTags, session?.type]);
|
||||
|
||||
const setTag = useCallback(
|
||||
async function (noteId: string, tags: Tag[], value: string) {
|
||||
|
||||
Reference in New Issue
Block a user