Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix action is not a function error #3

Merged
merged 1 commit into from
Oct 5, 2017
Merged

Fix action is not a function error #3

merged 1 commit into from
Oct 5, 2017

Conversation

grantcarthew
Copy link
Contributor

In the async toast the action is used to complete the asynchronous task to success or error. I'm using Vuex reactivity to close the async toast and am not setting an action. If action is null then an error is reported in the console.

This small change will fix this issue.

In the `async` toast the `action` is used to complete the asynchronous task to success or error. I'm using Vuex reactivity to close the `async` toast and am not setting an `action`. If `action` is null then an error is reported in the console.
@artemsky artemsky merged commit d7ef64c into artemsky:master Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants