diff --git a/web/src/pages/Dashboard/index.jsx b/web/src/pages/Dashboard/index.jsx index c5e8bf8..dcf89ee 100644 --- a/web/src/pages/Dashboard/index.jsx +++ b/web/src/pages/Dashboard/index.jsx @@ -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() {