Improve settings storage
- add error reporting - refactor
This commit is contained in:
6
app/src/actions/Global.ts
Normal file
6
app/src/actions/Global.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ActionTypes } from '../reducers'
|
||||
|
||||
export const showError = (error?: string) => ({
|
||||
error,
|
||||
type: ActionTypes.showError,
|
||||
})
|
||||
Reference in New Issue
Block a user