mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge branch 'decoupling-settings-page' of https://github.com/biosistemika/scinote-web into zd_SCI_1688
This commit is contained in:
commit
7943bfda13
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class NotificationsDropdown extends Component {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
const minutes = 60 * 1000;
|
||||
const minutes = 120 * 1000;
|
||||
setInterval(this.loadStatus, minutes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue