Merge delete for me/everyone into one modal
This commit is contained in:
parent
c956c0e025
commit
822b162136
43 changed files with 658 additions and 672 deletions
|
@ -38,7 +38,7 @@ export class ErrorBoundary extends React.PureComponent<Props, State> {
|
|||
`\nerrorInfo: ${errorInfo.componentStack}`
|
||||
);
|
||||
if (window.reduxActions) {
|
||||
window.reduxActions.toast.showToast(ToastType.Error);
|
||||
window.reduxActions.toast.showToast({ toastType: ToastType.Error });
|
||||
}
|
||||
if (closeView) {
|
||||
closeView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue