chore: move config behind checks (#1211)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useQuery } from '@apollo/client';
|
||||
import { IJSONObject } from '@automatisch/types';
|
||||
|
||||
import { GET_CONFIG } from 'graphql/queries/get-config';
|
||||
import { GET_CONFIG } from 'graphql/queries/get-config.ee';
|
||||
|
||||
type QueryResponse = {
|
||||
getConfig: IJSONObject;
|
||||
|
Reference in New Issue
Block a user