spin only in reload time

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei
2023-05-13 13:24:44 +03:30
parent edd6b22109
commit 9a89d7bfab
2 changed files with 4 additions and 2 deletions

View File

@@ -343,7 +343,9 @@
return;
}
this.setInbounds(msg.obj);
this.refreshing = false;
setTimeout(() => {
this.refreshing = false;
}, 500);
},
async getDefaultSettings() {
const msg = await HttpUtil.post('/panel/setting/defaultSettings');