Initial work on moving domain view to vue
This commit is contained in:
@@ -46,7 +46,7 @@ const servicesArray = computed(() => {
|
||||
|
||||
async function refresh(id) {
|
||||
const [error, result] = await servicesModel.get(id);
|
||||
if (error) console.error(error);
|
||||
if (error) return console.error(error);
|
||||
|
||||
services[id] = result;
|
||||
services[id].id = id;
|
||||
|
||||
Reference in New Issue
Block a user