diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue index d43c47a5c3..64b5fcc68b 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue @@ -16,11 +16,6 @@ - - - - - + + + + + +
+ {{ advanceOptions ? $t('general.hideAll') : $t('general.showMore') }} + + mdi-{{ advanceOptions ? 'minus' : 'plus' }}-circle-outline + +
+
+
+
+ + +