mirror of https://github.com/portainer/portainer
fix(home): display tags properly [EE-2153] (#6275)
fix(home): display tags properly EE-2153pull/6317/head
parent
e7fc996424
commit
cdfa9b25a8
|
@ -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…
Reference in New Issue