-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
Javascript FrontendPull requests that update Javascript codePull requests that update Javascript code
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The docs says this should work:
toast.open('Hello World!');
It does not. And it fails with a cryptic console log.
After you add the second parameter, it does.
toast.open('Hello World!', {duration: 10});
Either need fix the function, or update the docs
Expected Behavior
toast.open('Hello World!');
Should pop up Hello World!
Steps to reproduce
Create a JS query.
Put this as the contents:
toast.open('Hello World!');
Run the query. It will not popup
Environment
Self Hosted 2.7.2
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Javascript FrontendPull requests that update Javascript codePull requests that update Javascript code
Type
Projects
Status
🆕 New