0
1
Fork 0

small change

This commit is contained in:
William Buezas 2024-07-23 11:02:39 -03:00
parent 07c5f64265
commit 2cbbaf619c
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ const fetchFormData = async () => {
formData.value = { ...modelInfo.value.data[0] };
loading.value = false;
console.log('modelInfo: ', modelInfo.value);
};
const submit = async () => {