Skip to content

Commit

Permalink
fix: use normal sized dialog for editing row
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
  • Loading branch information
enjeck committed Feb 17, 2025
1 parent 130e2ff commit 87dccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/modals/EditRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<NcDialog v-if="showModal"
data-cy="editRowModal"
:name="t('tables', 'Edit row')"
size="large"
size="normal"
@closing="actionCancel">
<div class="modal__content" @keydown="onKeydown">
<div v-for="column in nonMetaColumns" :key="column.id">
Expand Down

0 comments on commit 87dccc5

Please sign in to comment.