This is an automated email from the ASF dual-hosted git repository.
emotionbug pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git
The following commit(s) were added to refs/heads/main by this push:
new ae549c3 Fix typo (#18)
ae549c3 is described below
commit ae549c33ecc9101ce129c0b9ad6501b7f35dfbe4
Author: Hanbyeol Shin / 신한별 <[email protected]>
AuthorDate: Tue Dec 14 12:59:47 2021 +0900
Fix typo (#18)
---
.../cypherresult/containers/CypherResultCytoscapeContainer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frontend/src/components/cypherresult/containers/CypherResultCytoscapeContainer.js
b/frontend/src/components/cypherresult/containers/CypherResultCytoscapeContainer.js
index 82ae641..b2211d1 100644
---
a/frontend/src/components/cypherresult/containers/CypherResultCytoscapeContainer.js
+++
b/frontend/src/components/cypherresult/containers/CypherResultCytoscapeContainer.js
@@ -50,7 +50,7 @@ const mapStateToProps = (state, ownProps) => {
maxDataOfGraph: state.setting.maxDataOfGraph,
maxDataOfTable: state.setting.maxDataOfTable,
setChartLegend: ownProps.setChartLegend,
- lavor: state.database.flavor,
+ flavor: state.database.flavor,
graph: state.database.graph,
};
};