You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I enter CEL query and filter alert table and then I want to see for example alert data (click on "view alert" in three dots menu) enter CEL query gets cleaned up. And if I want to give more filter operators to CEL, I can't because I have to re-enter CEL again.
To Reproduce
Steps to reproduce the behavior:
Go to alert page
Input any CEL query to CEL textbox and hit enter (or without enter)
Try to open any modal from three dots menu for an alert
See that CEL has gone from the textbox
Expected behavior
CEL textbox should not clear after interaction with alerts.
Screenshots
The text was updated successfully, but these errors were encountered:
The issue you're experiencing, where the CEL query input field gets cleared after opening an alert modal, is not the expected behavior. The CEL query input field should retain its value even after interacting with alert modals. This allows users to continue refining their filters without needing to re-enter their CEL queries [1].
Currently, there is no specific information available about event handlers or state management that would cause the CEL query to reset when an alert modal is opened. It might be worth checking if there are any unintended side effects in the code that handles modal interactions or state management related to the CEL query input field [2].
To address this issue, you may need to investigate the component lifecycle or state management logic to ensure the CEL query state is preserved across modal interactions.
Describe the bug
When I enter CEL query and filter alert table and then I want to see for example alert data (click on "view alert" in three dots menu) enter CEL query gets cleaned up. And if I want to give more filter operators to CEL, I can't because I have to re-enter CEL again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CEL textbox should not clear after interaction with alerts.
Screenshots
The text was updated successfully, but these errors were encountered: