We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a05c5 commit e3c4d42Copy full SHA for e3c4d42
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