Skip to content

Commit 87dccc5

Browse files
committed
fix: use normal sized dialog for editing row
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
1 parent 130e2ff commit 87dccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/modals/EditRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NcDialog v-if="showModal"
77
data-cy="editRowModal"
88
:name="t('tables', 'Edit row')"
9-
size="large"
9+
size="normal"
1010
@closing="actionCancel">
1111
<div class="modal__content" @keydown="onKeydown">
1212
<div v-for="column in nonMetaColumns" :key="column.id">

0 commit comments

Comments
 (0)