closes https://github.com/twentyhq/core-team-issues/issues/761 closes https://github.com/twentyhq/core-team-issues/issues/762 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import { createState } from 'twenty-ui/utilities';
|
|
export const isConfigVariablesInDbEnabledState = createState<boolean>({
|
|
key: 'isConfigVariablesInDbEnabled',
|
|
defaultValue: false,
|
|
});
|