Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
code-artisan committed Sep 19, 2017
2 parents a37cacd + 851395e commit ba41ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/views/setting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Setting extends React.Component {
field: ['prefix', 'url', 'autoSave', 'interval']
})
.then(({result}) => {
result.interval /= 60000;
this.setState(result);
});

Expand Down

0 comments on commit ba41ab6

Please sign in to comment.