Skip to content

Commit

Permalink
fix(nc-gui): rating icon update issue in edit column modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Mar 27, 2024
1 parent 3772d7c commit 9819275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nc-gui/components/cell/Rating.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ watch(rateDomRef, () => {
:count="ratingMeta.max"
:class="readOnly ? 'pointer-events-none' : ''"
:style="`color: ${ratingMeta.color}; padding: ${isExpandedFormOpen ? '0px 8px' : '0px 5px'};`"
:key="ratingMeta.icon.full"
@keydown="onKeyPress"
>
<template #character>
Expand Down

1 comment on commit 9819275

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.9-pr-7979-20240327-0830

Please sign in to comment.