From 06ff472906efb3ff814c6e6f7a72f1e871bfafdf Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Wed, 3 Aug 2022 17:01:16 +0700 Subject: [PATCH] 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 --- ui/src/components/view/ResourceLimitTab.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/view/ResourceLimitTab.vue b/ui/src/components/view/ResourceLimitTab.vue index b20f00e39a8..0c09a14fcd5 100644 --- a/ui/src/components/view/ResourceLimitTab.vue +++ b/ui/src/components/view/ResourceLimitTab.vue @@ -84,7 +84,6 @@ export default { }, watch: { resource: { - deep: true, handler (newData) { if (!newData || !newData.id) { return