You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Displaying an alert dialog should be a simple function call successAlert({title = 'Success', text}) or errorAlert({title = 'Error', text}) which puts some data into redux and based on that the modal dialog from react toolbox is displayed.
Also: use it in Send dialog.
Actual behaviour
There is no custom alert dialogs
The text was updated successfully, but these errors were encountered:
Expected behaviour
Displaying an alert dialog should be a simple function call
successAlert({title = 'Success', text})
orerrorAlert({title = 'Error', text})
which puts some data into redux and based on that the modal dialog from react toolbox is displayed.Also: use it in Send dialog.
Actual behaviour
There is no custom alert dialogs
The text was updated successfully, but these errors were encountered: