Skip to content

Commit

Permalink
fix: replaced obsolete parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwenk committed Oct 24, 2024
1 parent 2ac2477 commit cde1614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-frontend/src/elements/basic/StructuralEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function StructuralEditor({
type="text"
label="SMILES:"
onChange={handleOnChangeSmilesInput}
defaultValue={smiles}
value={smiles}
placeholder='e.g. "C=O"'
/>
<Button
Expand Down

0 comments on commit cde1614

Please sign in to comment.