Files
twenty/packages/twenty-front/src/modules/client-config/states/isSignUpDisabledState.ts
T

7 lines
161 B
TypeScript

import { createState } from 'twenty-ui';
export const isSignUpDisabledState = createState<boolean>({
key: 'isSignUpDisabledState',
defaultValue: false,
});