Browse Source

Merge pull request #1789 from iamnamananand996/Enter-not-properly-captured-when-in-edit-form-for-linked-record-column-name-#1781

Enter not properly captured when in edit form for linked record column name #1781
pull/1792/head
navi 2 years ago committed by GitHub
parent
commit
0f603758f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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