Easy useError cleanups
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.