Skip to content

Commit

Permalink
Fix using wrong variable for MaxCut text
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Nov 9, 2023
1 parent dcc7725 commit 98bc3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/solve/MaxCut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MaxCut: NextPage = () => {

<TextInputMask
textPlaceholder="Enter your graph in GML format"
text={graphData}
text={graphString}
setText={change}
body={
<Container>
Expand Down

0 comments on commit 98bc3c2

Please sign in to comment.