feature/IO-3103-Ant5-Notifications - Missing Deps on UseDep

This commit is contained in:
Dave Richer
2025-01-21 18:19:32 -08:00
parent b1ca423a59
commit ed023cd62a
5 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ export function DocumentEditorComponent({ currentUser, bodyshop, document }) {
notification
);
},
[bodyshop, currentUser, document]
[bodyshop, currentUser, document, notification]
);
useEffect(() => {