4
0
forked from crowetic/commerce

Toast Component Wip

This commit is contained in:
Belen Curcio 2020-10-26 00:12:51 -03:00
parent a59d07291a
commit 4314c5270b

View File

@ -17,7 +17,7 @@ const initialState = {
displayModal: false, displayModal: false,
modalView: 'LOGIN_VIEW', modalView: 'LOGIN_VIEW',
displayToast: false, displayToast: false,
toastText: 'HOLAAAA', toastText: '',
} }
type Action = type Action =