Skip to content

Commit

Permalink
fixing the deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Aug 15, 2024
1 parent 36c47b9 commit 1db0291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/gui/table-result/render-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default function tableResultCellRenderer({
header={header}
state={state}
editMode={editMode}
valueType={valueType}
value={value as DatabaseValue<number[]>}
focus={isFocus}
isChanged={state.hasCellChange(y, x)}
Expand Down

0 comments on commit 1db0291

Please sign in to comment.