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

[BRG-546] show error when extension not installed #23

Merged
merged 7 commits into from
Jan 11, 2020
Merged

Conversation

kilochytsky-ppl
Copy link
Contributor

No description provided.

@doomdabidon doomdabidon changed the base branch from develop to master January 11, 2020 08:02
@@ -91,6 +91,11 @@ class WidgetActions extends BaseActionsClass {
dispatch(this.setValue('error', 'Amount should be more than 0', false));
return;
}
if (!window.echojslib) {
dispatch(this.setValue('error', "Extension isn't installed", false));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error text should be "Install Bridge Extension to proceed"

@doomdabidon doomdabidon merged commit 3a72d12 into master Jan 11, 2020
@doomdabidon doomdabidon deleted the BRG-546 branch January 11, 2020 08:36
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