fix(home): display tags properly [EE-2153] (#6275)

fix(home): display tags properly EE-2153
pull/6317/head
andres-portainer 3 years ago committed by GitHub
parent e7fc996424
commit cdfa9b25a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save