Fix record page context store instance id (#10508)
Fixes bug introduced by https://github.com/twentyhq/twenty/pull/10272 - Replace show page context store instance id by 'main-context-store'
This commit is contained in:
@ -73,7 +73,6 @@ export const MainContextStoreProvider = () => {
|
||||
|
||||
return (
|
||||
<MainContextStoreProviderEffect
|
||||
mainContextStoreComponentInstanceIdToSet={'main-context-store'}
|
||||
viewId={viewId}
|
||||
objectMetadataItem={objectMetadataItem}
|
||||
pageName={pageName}
|
||||
|
||||
Reference in New Issue
Block a user