From 08adb9a2d32c5042e74b44d7608803613a7d27cd Mon Sep 17 00:00:00 2001 From: mertmit Date: Mon, 13 Jun 2022 19:02:33 +0300 Subject: [PATCH] feat: CustomSelectOptions error messages Signed-off-by: mertmit --- .../editColumn/CustomSelectOptions.vue | 132 ++++++++++-------- 1 file changed, 76 insertions(+), 56 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn/CustomSelectOptions.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn/CustomSelectOptions.vue index 3693fc0e5c..fe150cb16a 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn/CustomSelectOptions.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn/CustomSelectOptions.vue @@ -1,60 +1,79 @@ + + +
+ +
+ + mdi-close + + + - - mdi-close - + class="d-100 caption mt-2" + @click="addNewOption()" + > + + mdi-plus + + Add option + + +
+ Migrated options can't have duplicates or null +
+
+ Edits not allowed for migrated options
- - - mdi-plus - - Add option - - - + +