-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Fixing filtering in log pattern analysis flyout (#157530)
Filters are no longer being picked up by `useData` in the log pattern analysis flyout, this looks like it might be a race condition caused by the `useEffect` which loads the state data. This state data will never change while the flyout is open and so rather than using a initial render `useEffect` the state can be loaded and used when `aiopsListState` is initialized. (cherry picked from commit b6b0355)
- Loading branch information
1 parent
61e3ceb
commit 479c5ea
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters