Remove danger from private-message.tsx
This commit is contained in:
parent
9ccff18f23
commit
bd1fc2b80b
1 changed files with 1 additions and 1 deletions
2
ui/src/components/private-message.tsx
vendored
2
ui/src/components/private-message.tsx
vendored
|
@ -249,6 +249,6 @@ export class PrivateMessage extends Component<
|
||||||
handlePrivateMessageCreate() {
|
handlePrivateMessageCreate() {
|
||||||
this.state.showReply = false;
|
this.state.showReply = false;
|
||||||
this.setState(this.state);
|
this.setState(this.state);
|
||||||
toast(i18n.t('message_sent'), 'danger');
|
toast(i18n.t('message_sent'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue