Skip to content

Commit 0eeb094

Browse files
author
Hoang Nguyen
authored
ui: watch the systemVM for enabling quickview when newly resource (#5137)
1 parent 347f8a5 commit 0eeb094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/QuickView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default {
5858
}
5959
},
6060
watch: {
61-
actions (item) {
61+
resource () {
6262
this.actionsExist = this.doActionsExist()
6363
}
6464
},

0 commit comments

Comments
 (0)