mirror of https://github.com/apache/cloudstack.git
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
This commit is contained in:
parent
db2bda313f
commit
06ff472906
|
|
@ -84,7 +84,6 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
resource: {
|
||||
deep: true,
|
||||
handler (newData) {
|
||||
if (!newData || !newData.id) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue