Skip to content

Commit 06ff472

Browse files
author
Hoang Nguyen
authored
UI: Fixes notification error can't close when exit config limit tab (#6607)
* fixed an error that generated incorrect messages when accessing the config limit tab * removed deep:true
1 parent db2bda3 commit 06ff472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/view/ResourceLimitTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default {
8484
},
8585
watch: {
8686
resource: {
87-
deep: true,
8887
handler (newData) {
8988
if (!newData || !newData.id) {
9089
return

0 commit comments

Comments
 (0)