diff --git a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/AggregateUI/index.jsx b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/AggregateUI/index.jsx index 4a489dd8ec..a2cf74da10 100644 --- a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/AggregateUI/index.jsx +++ b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/AggregateUI/index.jsx @@ -1,5 +1,5 @@ import React, { useContext, useMemo, useState } from 'react'; -import { NoCondition } from './NoConditionUI'; +import { NoCondition } from '../NoConditionUI'; import './style.scss'; import { ButtonSolid } from '@/_ui/AppButton/AppButton'; import { isEmpty } from 'lodash'; @@ -352,16 +352,20 @@ export const AggregateFilter = ({ darkMode, operation = '' }) => { return ( <>
-