first menu settings load

This commit is contained in:
Rodrigo Quelca
2021-08-31 00:09:51 +00:00
parent 587a0957ac
commit e9b32dc66c

View File

@@ -212,6 +212,7 @@ export default {
.then((response) => {
if (response.data) {
this.config = response.data;
this.getMenu();
}
})
.catch((e) => {