Display RecordBoardCards on new board (#3657)

* Before remove saveEditModeValue logic

* Fixes

* Fix tests

* Fix tests
This commit is contained in:
Charles Bochet
2024-01-27 15:55:45 +01:00
committed by GitHub
parent 9053769616
commit d6f117c688
64 changed files with 479 additions and 192 deletions

View File

@ -8,5 +8,5 @@ export const getSelector = <StateType>(
) => RecoilValueReadOnly<StateType>,
scopeId: string,
) => {
return stateScopeMap({ scopeId });
return () => stateScopeMap({ scopeId });
};