[AI] Improve tools tab (#19221)
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
import { createAtomState } from '@/ui/utilities/state/jotai/utils/createAtomState';
|
||||
import { type FindManyLogicFunctionsQuery } from '~/generated-metadata/graphql';
|
||||
|
||||
export type LogicFunction =
|
||||
FindManyLogicFunctionsQuery['findManyLogicFunctions'][number];
|
||||
|
||||
export const logicFunctionsState = createAtomState<LogicFunction[]>({
|
||||
key: 'logicFunctionsState',
|
||||
defaultValue: [],
|
||||
});
|
||||
Reference in New Issue
Block a user