Skip to content

Commit

Permalink
fix cell editing not working -> #527
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmixAT committed Dec 9, 2024
1 parent 6ea1f3c commit 979f44b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/components/table/UITable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,8 @@ const UITable: FC<TableProps & IExtendableTable & IComponentConstants> = (props)
setIsEditing,
props.dataBook,
setMeasureFlag,
providerData
providerData,
props.startEditing
])

const columns = useMemo(() => {
Expand Down

0 comments on commit 979f44b

Please sign in to comment.