We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd810 commit 2d4f911Copy full SHA for 2d4f911
apps/remix-ide/src/app/plugins/notification.tsx
@@ -43,7 +43,7 @@ export class NotificationPlugin extends Plugin implements MethodApi<INotificatio
43
return this.dispatcher.alert(args)
44
}
45
46
- async toast(message: string | JSX.Element, timeout?: number, timestamp?: number): Promise<number> {
+ async toast(message: string | JSX.Element, timeout?: number, timestamp?: number): Promise<number> {
47
timestamp = timestamp || Date.now()
48
timestamp = timestamp + ++this.toastId
49
this.dispatcher.toast(message, timeout, timestamp)
0 commit comments