Browse Source

fix: make rating readonly in lookup column (#2340)

re #2045

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2342/head
Pranav C 2 years ago committed by GitHub
parent
commit
a567f7ae90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue

2
packages/nc-gui/components/project/spreadsheet/components/editableCell/RatingCell.vue

@ -5,7 +5,7 @@
:length="ratingMeta.max" :length="ratingMeta.max"
dense dense
x-small x-small
:disabled="readOnly" :readonly="readOnly"
clearable clearable
> >
<template #item="{isFilled, click}"> <template #item="{isFilled, click}">

Loading…
Cancel
Save