Skip to content

Commit

Permalink
show 0 value in table
Browse files Browse the repository at this point in the history
  • Loading branch information
okauppinen committed Dec 2, 2024
1 parent 40a7c2c commit c798bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/statistics/statsgrid/view/Form/StatisticalData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const StatisticalData = ({ state, controller }) => {
render: (title, item) => {
return (
<TextInput
value={item.value || ''}
value={item.value}
onChange={(e) => controller.updateRegionValue(item.key, e.target.value)}
/>
);
Expand Down

0 comments on commit c798bc3

Please sign in to comment.