We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b42308 + e3c4d42 commit 8892c6fCopy full SHA for 8892c6f
1 file changed
adminforth/spa/src/views/CreateView.vue
@@ -115,7 +115,6 @@ const readonlyColumns = ref([]);
115
116
117
async function onUpdateRecord(newRecord: any) {
118
- console.log('newRecord', newRecord);
119
record.value = newRecord;
120
}
121
@@ -143,7 +142,6 @@ onMounted(async () => {
143
142
});
144
145
async function saveRecord() {
146
- console.log('saveRecord isValid', isValid.value);
147
if (!isValid.value) {
148
validating.value = true;
149
return;
0 commit comments