diff --git a/packages/nc-gui/components/smartsheet/expanded-form/Header.vue b/packages/nc-gui/components/smartsheet/expanded-form/Header.vue index 3f235af669..ef7144b3f3 100644 --- a/packages/nc-gui/components/smartsheet/expanded-form/Header.vue +++ b/packages/nc-gui/components/smartsheet/expanded-form/Header.vue @@ -135,54 +135,31 @@ const onConfirmDeleteRowClick = async () => { /> - - - - - {{ $t('general.close') }} - - - - - - - - {{ $t('general.more') }} - - - - - - - - - - - {{ $t('activity.duplicateRow') }} - + + + + {{ $t('activity.duplicateRow') }} + + + - - Are you sure you want to delete this row? - - - - - {{ $t('activity.deleteRow') }} - - - + + + + {{ $t('activity.deleteRow') }} - + + @@ -212,5 +189,20 @@ const onConfirmDeleteRowClick = async () => { {{ $t('activity.saveAndStay') }} + + + + + {{ $t('general.close') }} + + + + + + Are you sure you want to delete this row? +
Are you sure you want to delete this row?