We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c83046 commit 906a3dcCopy full SHA for 906a3dc
packages/plugin-multi-tenant/src/components/WatchTenantCollection/index.tsx
@@ -41,7 +41,7 @@ export const WatchTenantCollection = () => {
41
if (id && titleField?.initialValue) {
42
void syncTenantTitle()
43
}
44
- }, [id, titleField?.initialValue, syncTenants])
+ }, [id, titleField?.initialValue])
45
46
React.useEffect(() => {
47
if (operation === 'create' && submitted) {
0 commit comments