mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-07 11:55:17 +02:00
Fixed bug with overwriting opened tabs. Added proxy for websocket
This commit is contained in:
parent
936da301b8
commit
78de8752c6
9 changed files with 60 additions and 114 deletions
|
@ -23,10 +23,7 @@ export const getApps = () => async (dispatch: Dispatch) => {
|
|||
payload: res.data.data
|
||||
})
|
||||
} catch (err) {
|
||||
dispatch<GetAppsAction<string>>({
|
||||
type: ActionTypes.getAppsError,
|
||||
payload: err.data.data
|
||||
})
|
||||
console.log(err);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue