chore: move config behind checks (#1211)

This commit is contained in:
Ali BARIN
2023-08-11 22:32:13 +02:00
committed by GitHub
parent a6a124d2e6
commit 25983e046c
8 changed files with 13 additions and 8 deletions

View File

@@ -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;