Skip to content

Easy useError cleanups

Erwan Rouchet requested to merge easy-use-error into master

One more part of #226 (closed)

Some components were still accessing state.error even though the actions they call do not use useError at all, and conversely, some actions were using useError even though the components do not care at all or already show notifications. This MR quickly removes a dozen uses of the global error.

Merge request reports

Loading