Skip to content

Commit 506d061

Browse files
Fixed some more review comments.
1 parent 3df14ae commit 506d061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function MainToolBar({preferences, eventBus, fillColor, textColor, notati
146146
}
147147
notationRef.current = notation;
148148
}
149-
}, [preferences, toolbarPrefs]);
149+
}, [preferences, toolbarPrefs, notation, onNotationChange]);
150150

151151
useEffect(()=>{
152152
const events = [

0 commit comments

Comments
 (0)