Fix race condition while loading metadata on sign in (#9027)
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
export const isAppWaitingForFreshObjectMetadataState = createState<boolean>({
|
||||
key: 'isAppWaitingForFreshObjectMetadataState',
|
||||
defaultValue: false,
|
||||
});
|
||||
Reference in New Issue
Block a user