mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
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() {
|
||||
this.state.showReply = false;
|
||||
this.setState(this.state);
|
||||
toast(i18n.t('message_sent'), 'danger');
|
||||
toast(i18n.t('message_sent'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue