-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeseris: fix tags not fetching issue when loading (#5300)
Previously, we were only waiting for navigation and plugin change events none of which is useful when freshly loading dashboard since `activePlugin` will be null until we can fetch the plugins listing at least once. This change, to fix the problem, also listens to plugins listing loaded event to assert and fetch the data.
- Loading branch information
1 parent
7f6ffe3
commit bd83fe8
Showing
2 changed files
with
95 additions
and
1 deletion.
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