changes
This commit is contained in:
@@ -10,7 +10,7 @@ const body = ref({
|
||||
|
||||
async function submit() {
|
||||
isLoading.value = true;
|
||||
const newRow = await $insertapi("External_Storage", body.value);
|
||||
const newRow = await $insertapi("External_Storage", { data: body.value });
|
||||
emit("modalevent", { name: "dataevent", data: newRow });
|
||||
isLoading.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user