feat: disable clicking on placeholder items in suggestions

This commit is contained in:
Yunus M 2025-06-11 16:06:48 +05:30 committed by ahrefabhi
parent 18407bceeb
commit 8622aebd0e

View File

@ -146,7 +146,7 @@ function HavingFilter({ onClose }: { onClose: () => void }): JSX.Element {
label:
'No aggregation functions available. Please add aggregation functions first.',
type: 'text',
apply: '',
apply: (): boolean => true,
},
],
};