From 8e1c05090c0706d0cbdaa258e149b38ce8f160aa Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 16 Oct 2024 10:30:46 +0000 Subject: [PATCH] refactor: extract icon based on index --- packages/nc-gui/components/cell/Rating.vue | 8 ++++---- .../smartsheet/column/CheckboxOptions.vue | 1 + .../components/smartsheet/column/RatingOptions.vue | 1 + packages/nc-gui/utils/columnUtils.ts | 13 +++++++------ 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/packages/nc-gui/components/cell/Rating.vue b/packages/nc-gui/components/cell/Rating.vue index 9b97f7f37f..26cb5b5ad5 100644 --- a/packages/nc-gui/components/cell/Rating.vue +++ b/packages/nc-gui/components/cell/Rating.vue @@ -1,4 +1,6 @@