Skip to content

Commit

Permalink
notification use info
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Nov 7, 2018
1 parent 505c586 commit fa0590c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/edit/template/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Edit extends React.Component {
duration: 0,
placement: 'bottomLeft',
};
notification.warning(args);
notification.info(args);

$('#preview').load(() => {
this.setState({
Expand Down
2 changes: 1 addition & 1 deletion src/theme/template/Layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Index extends React.PureComponent {
duration: 0,
placement: 'bottomLeft',
};
notification.warning(args);
notification.info(args);
}

onChange = (e) => {
Expand Down

0 comments on commit fa0590c

Please sign in to comment.