ui: watch the systemVM for enabling quickview when newly resource (#5137)

This commit is contained in:
Hoang Nguyen 2021-06-24 12:36:05 +07:00 committed by GitHub
parent 347f8a5a73
commit 0eeb094949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ export default {
} }
}, },
watch: { watch: {
actions (item) { resource () {
this.actionsExist = this.doActionsExist() this.actionsExist = this.doActionsExist()
} }
}, },