MCPcopy Create free account
hub / github.com/alephdata/aleph / mapStateToProps

Function mapStateToProps

ui/src/components/MappingEditor/MappingEditor.jsx:314–316  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

312}
313
314const mapStateToProps = (state) => ({
315 model: selectModel(state),
316});
317
318export default compose(connect(mapStateToProps), injectIntl)(MappingEditor);

Callers

nothing calls this directly

Calls 1

selectModelFunction · 0.90

Tested by

no test coverage detected