mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Fix toast changes in react-sdk
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
59e526e318
commit
c9aa0ceb00
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
title: _t("download_completed"),
|
||||
props: {
|
||||
description: name,
|
||||
acceptLabel: _t("action|open"),
|
||||
onAccept,
|
||||
primaryLabel: _t("action|open"),
|
||||
onPrimaryClick: onAccept,
|
||||
dismissLabel: _t("action|dismiss"),
|
||||
onDismiss,
|
||||
numSeconds: 10,
|
||||
|
|
Loading…
Reference in a new issue