Skip to content

Commit

Permalink
Fix toastify
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jun 28, 2024
1 parent 03ef4fb commit 8a70f74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/pages/Dashboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class Dashboard extends Component {
this.closeDisplayModal = this.closeDisplayModal.bind(this);
this.handleUsernameInputChange = this.handleUsernameInputChange.bind(this);
this.deleteButtonClicked = this.deleteButtonClicked.bind(this);

toast.configure({
autoClose: 8000,
});
}

componentDidMount() {
Expand Down

0 comments on commit 8a70f74

Please sign in to comment.