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:
Satbir Singh 2020-03-06 10:25:27 +00:00
commit 0836e9e1cc

View File

@ -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) {