73f12d3504
addressing https://github.com/twentyhq/twenty/issues/13323#issuecomment-3101630375 --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
import { createState } from 'twenty-ui/utilities';
|
|
|
|
export const showHiddenGroupVariablesState = createState<boolean>({
|
|
key: 'showHiddenGroupVariablesState',
|
|
defaultValue: false,
|
|
});
|