diff --git a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue index 8f63ee85f3..e93b9eaa6b 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue @@ -174,67 +174,68 @@ const onDelete = async () => { - - + + + + + + + {{ $t('general.upload') }} + + + + + {{ $t('activity.uploadData') }} + + + + + + {{ `${$t('general.upload')} ${type.toUpperCase()}` }} + + + + + + - - {{ $t('general.upload') }} + + {{ $t('general.download') }} - {{ $t('activity.uploadData') }} - - - - - {{ `${$t('general.upload')} ${type.toUpperCase()}` }} - - - + + - - - - - {{ $t('general.download') }} - - - - - - - - -