chore: Improve toasts
This commit is contained in:
@@ -75,7 +75,7 @@ class Notifications extends React.Component<Props> {
|
||||
};
|
||||
|
||||
showSuccessMessage = debounce(() => {
|
||||
this.props.ui.showToast("Notifications saved");
|
||||
this.props.ui.showToast("Notifications saved", { type: "success" });
|
||||
}, 500);
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user