Skip to content

Commit 0cd7af6

Browse files
committed
remove loading, as it's not being passed by the parent component
1 parent 2ab54d9 commit 0cd7af6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ui/src/views/setting/ConfigurationValue.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,6 @@ export default {
258258
this.setConfigData()
259259
},
260260
watch: {
261-
loading (newVal, oldVal) {
262-
if (oldVal === true && newVal === false) {
263-
this.setConfigData()
264-
}
265-
},
266261
configrecord: {
267262
handler () {
268263
this.setConfigData()

0 commit comments

Comments
 (0)