mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Remove danger from private-message.tsx
This commit is contained in:
parent
9ccff18f23
commit
bd1fc2b80b
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() {
|
||||
this.state.showReply = false;
|
||||
this.setState(this.state);
|
||||
toast(i18n.t('message_sent'), 'danger');
|
||||
toast(i18n.t('message_sent'));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user