Skip to content

Commit

Permalink
Fix toast changes in react-sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jul 30, 2024
1 parent 59e526e commit c9aa0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vector/platform/ElectronPlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c9aa0ce

Please sign in to comment.