Skip to content

Commit

Permalink
Save error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-limyr committed Dec 10, 2024
1 parent 83f0974 commit c16c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialogs/SaveDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SaveDialog extends React.Component {
const { handleConfirm } = this.props;

let userInput = {
comment: comment,
comment: this.comment,
};

this.setState({
Expand Down

0 comments on commit c16c777

Please sign in to comment.