elpis icon indicating copy to clipboard operation
elpis copied to clipboard

Handle errors when eg, no current object is returned from API

Open benfoley opened this issue 5 years ago • 0 comments

Most of the UI now blocks progress by disabling next/action buttons and dropzones unless there is a selected {dataset|pron_dict|model}, but we aren't actually catching the notifications that the API sends back for "no current thing".

To implement this, check for the status code in the response the action creators receive, and do make a new action eg for CONFLICTING_NAME.

benfoley avatar Sep 26 '19 16:09 benfoley