Merge branch 'fix/app-header' into 'release'
Fixing the application header issue. See merge request theappsmith/internal-tools-client!355
This commit is contained in:
commit
0836e9e1cc
|
|
@ -277,7 +277,7 @@ export function* fetchUserSaga(action: ReduxAction<FetchUserRequest>) {
|
|||
type: ReduxActionTypes.FETCH_USER_SUCCESS,
|
||||
payload: finalData,
|
||||
});
|
||||
return yield response.data;
|
||||
return yield finalData;
|
||||
}
|
||||
return yield false;
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user