Fix switching editor to item tags on init

This commit is contained in:
Alexander Zobnin
2021-08-10 11:44:06 +03:00
parent bea87fdf4e
commit 5340b9c98e

View File

@@ -278,7 +278,8 @@ export class ZabbixQueryController extends QueryCtrl {
return Promise.all(promises).then(() => {
if (this.zabbix.isZabbix54OrHigher()) {
this.suggestItemTags();
this.suggestItemTags()
.then(() => this.$scope.$apply());
}
});
}