Refactor/context and scopes (#1602)
* Put onImport in a context * Refactored RecoilScopeContexts * Refactored naming * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -13,7 +13,7 @@ const meta: Meta<typeof PhoneInput> = {
|
||||
autoFocus: true,
|
||||
},
|
||||
parameters: {
|
||||
recoilScopeContext: TableRecoilScopeContext,
|
||||
customRecoilScopeContext: TableRecoilScopeContext,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user