From a567f7ae905be1b09fbe2324447536877e34e341 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 13 Jun 2022 15:38:09 +0530 Subject: [PATCH] fix: make rating readonly in lookup column (#2340) re #2045 Signed-off-by: Pranav C --- .../project/spreadsheet/components/editableCell/RatingCell.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue index 003c172d0d..ed30efdab7 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue @@ -5,7 +5,7 @@ :length="ratingMeta.max" dense x-small - :disabled="readOnly" + :readonly="readOnly" clearable >