We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb07644 commit 3f62e66Copy full SHA for 3f62e66
src/QueryEditor.tsx
@@ -9,7 +9,6 @@ import { useFetchRooms } from 'shared/hooks/useFetchRooms';
9
import { useFetchContexts } from 'shared/hooks/useFetchContexts';
10
import { useFetchNodes } from 'shared/hooks/useFetchNodes';
11
import { Aggreagations, GroupByList, Methods } from 'shared/constants';
12
-import { useFetchDimensions } from 'shared/hooks/useFetchDimensions';
13
import { Dropdown } from 'shared/types/dropdown.interface';
14
import { getDimensions, getFilters, getGroupingByList, defaultFilter } from 'shared/utils/transformations';
15
import PubSub from 'pubsub-js';
0 commit comments