mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Fixed bug with fetching config. Pushed version 1.7.0
This commit is contained in:
@@ -17,6 +17,7 @@ const getConfig = (state: State, action: Action): State => {
|
||||
return {
|
||||
...state,
|
||||
loading: false,
|
||||
config: action.payload,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user