Skip to content

Commit

Permalink
updated table again
Browse files Browse the repository at this point in the history
  • Loading branch information
neodyma committed Mar 17, 2024
1 parent 8748a2d commit e546fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const Table: React.FC = () => {
Raise
</button>
<input
className={"text-primary bg-cgrey rounded text-2xl pr-3 pl-3 text-center"} onChange={(event) => setInputField(event.target.value)} />
className={"text-primary bg-cgrey rounded text-2xl pr-3 pl-3 text-center"} onChange={(event) => setInputField(event.target.value? 0 : 1)} />

</div>

Expand Down

0 comments on commit e546fa5

Please sign in to comment.