We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e03c28 + 55418aa commit 272abadCopy full SHA for 272abad
src/modules/modals/EditRow.vue
@@ -6,6 +6,7 @@
6
<NcDialog v-if="showModal"
7
data-cy="editRowModal"
8
:name="t('tables', 'Edit row')"
9
+ size="large"
10
@closing="actionCancel">
11
<div class="modal__content" @keydown="onKeydown">
12
<div v-for="column in nonMetaColumns" :key="column.id">
0 commit comments