Created
September 26, 2019 07:16
-
-
Save Jared-Dahlke/7778a642db8a0ce72e27c62e546581c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import store from '../MyStoreAndMore.js' | |
| SetAlertState=(mynumber)=>{ | |
| console.log('set alert state') | |
| store.dispatch({ | |
| type: "SetAlertCount", | |
| payload: { AlertCount: mynumber, } | |
| }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment