mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
console: quickfix for missing redux prop props
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6626 GitOrigin-RevId: 9b4d014086603cb64fb89b580c4f28ad9120ee1a
This commit is contained in:
parent
27875e0260
commit
e784e33d3d
@ -322,7 +322,7 @@ const mapStateToProps = state => {
|
||||
allSourcesSchemas: state.tables?.allSourcesSchemas,
|
||||
pathname: state?.routing?.locationBeforeTransitions?.pathname,
|
||||
dataSources: getDataSources(state),
|
||||
sidebarLoadingState: state.dataSidebar.loading,
|
||||
sidebarLoadingState: !!state.dataSidebar?.loading,
|
||||
metadataSources: state.metadata.metadataObject.sources,
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user