pull/1312/head
Konstantin Ullrich 5 years ago
parent 86f8fe54ae
commit 2f35d9d2a6

@ -629,7 +629,7 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
if (currentModel) { if (currentModel) {
await currentModel.unblock(); await currentModel.unblock();
} else { } else {
await BlockedNumberController.unblock(blockedNumber) await BlockedNumberController.unblock(blockedNumber);
} }
ToastUtils.push({ ToastUtils.push({
title: window.i18n('unblocked'), title: window.i18n('unblocked'),

Loading…
Cancel
Save