mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(home): display tags properly [EE-2153] (#6275)
fix(home): display tags properly EE-2153
This commit is contained in:
parent
e7fc996424
commit
cdfa9b25a8
1 changed files with 1 additions and 2 deletions
|
@ -101,8 +101,7 @@ angular
|
|||
});
|
||||
|
||||
try {
|
||||
const tags = TagService.tags();
|
||||
$scope.tags = tags;
|
||||
$scope.tags = await TagService.tags();
|
||||
} catch (err) {
|
||||
Notifications.error('Failed loading page data', err);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue