dndplayer / dnd-player

An online virtual DND playground to support online groups.
https://dnd-player.com
Other
1 stars 0 forks source link

Assets: Clear inputs (Name/Image etc) when successfully created #15

Open chrisella opened 5 years ago

chrisella commented 5 years ago

This isn't as easy as just clearing when save is pressed, because the call to the server may fail, so we need a new action for save success/fail and a bool for isSaving in the reducer so the view can respond accordingly.