Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getAlertSummary returning 400 (Bad Request) (#199116)
Fixes #190126 Fixes #184649 ## Summary This PR fixes alert summary API returning 400 when there is no featured by only sending this request when featureId is available, otherwise showing a default state as shown below: #### Alert details page |With featureId | Without featureId (intermediate state)| |---|---| |![image](https://github.com/user-attachments/assets/d4b4be5a-43be-4365-bd28-66c9dd53d979)|![image](https://github.com/user-attachments/assets/be437052-7c94-4d89-9238-b63264a812c8)| #### Rule details page |With featureId | Without featureId| |---|---| |![image](https://github.com/user-attachments/assets/28ff4ac5-ffc7-4c9e-8087-408f2ccff98e)|![image](https://github.com/user-attachments/assets/b82f530e-a27c-44e5-a241-c179bc8f1f46)|
- Loading branch information