-
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] Data frame analytics: Fix screen flickering in Results Explorer …
…and Analytics Map when no jobs are available (#193890) ## Summary Fix for [#138193](#138193) I didn't find any relation between user permissions and the issue. The error mentioned in the issue doesn't come from the ML package and is unrelated to the problem. The view was visible due to the initial state of `jobsExist`. Added additional loading state to prevent screen flickering. Disabled automatic display of the job selection flyout when no jobs are available. After: https://github.com/user-attachments/assets/a8c6e5e2-ebcc-4320-b5be-f586ca6c0672
- Loading branch information
Showing
2 changed files
with
24 additions
and
6 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
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