mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +00:00
feat: disable clicking on placeholder items in suggestions
This commit is contained in:
parent
18407bceeb
commit
8622aebd0e
@ -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,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user