Browse Source

#1781 add event prevent on from submit

pull/1789/head
Naman Anand 2 years ago
parent
commit
e66174947b
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue

2
packages/nc-gui/components/project/spreadsheet/components/editVirtualColumn.vue

@ -6,7 +6,7 @@
style="overflow: auto"
class=" card nc-col-create-or-edit-card"
>
<v-form v-model="valid">
<v-form v-model="valid" @submit.prevent="save">
<v-container fluid @click.stop.prevent>
<v-row>
<v-col cols="12">

Loading…
Cancel
Save