mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Actionable toasts
This commit is contained in:
@@ -23,8 +23,11 @@ export const ToastDecryptionError = ({
|
||||
<Toast
|
||||
autoDismissDisabled
|
||||
className="decryption-error"
|
||||
onClick={onShowDebugLog}
|
||||
onClose={onClose}
|
||||
toastAction={{
|
||||
label: i18n('decryptionErrorToastAction'),
|
||||
onClick: onShowDebugLog,
|
||||
}}
|
||||
>
|
||||
{i18n('decryptionErrorToast')}
|
||||
</Toast>
|
||||
|
||||
Reference in New Issue
Block a user