dndplayer/dnd-player

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

Opened this issue · 0 comments

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.