Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Sep 26, 2024
1 parent d9d0d07 commit d4aef51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export const QueryBuilderModal = ({
const [contentDataKey] = useNamespace({ key: QUERY_KEYS.QUERY_PLUGIN_CONTENT_DATA });
const showCallout = useShowCallout();

const fqmVersion = useFqmVersion();

const { entityType, isEntityTypeFetching } = useEntityType({
entityTypeDataSource,
queryKey: entityKey,
Expand All @@ -65,6 +63,8 @@ export const QueryBuilderModal = ({
},
});

const fqmVersion = useFqmVersion();

const { cancelQuery } = useCancelQuery({ cancelQueryDataSource });

const initialValues = useMemo(
Expand Down

0 comments on commit d4aef51

Please sign in to comment.