Skip to content

Commit

Permalink
Cleanup cell
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Jan 9, 2024
1 parent 778da3f commit 276ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cells/src/cells/tags-cell.tsx
Expand Up @@ -130,7 +130,7 @@ const renderer: CustomRenderer<TagsCell> = {
provideEditor: () => {
// eslint-disable-next-line react/display-name
return p => {
const { onChange, value, theme } = p;
const { onChange, value } = p;
const { readonly = false } = value;
const { possibleTags, tags } = value.data;
return (
Expand Down

0 comments on commit 276ddac

Please sign in to comment.