mirror of https://github.com/LemmyNet/lemmy.git
Remove danger from private-message.tsx
parent
9ccff18f23
commit
bd1fc2b80b
|
@ -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'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue