Skip to content
Snippets Groups Projects
Commit fb0c4457 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

whitespace

parent 634ed44c
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ const mapStateToProps = (state, props) => {
cardApi: cardApi,
dashboardApi: dashboardApi,
revisionApi: revisionApi,
loadTableAndForeignKeysFn: loadTableAndForeignKeys,
loadTableAndForeignKeysFn: loadTableAndForeignKeys,
autocompleteResultsFn: (prefix) => autocompleteResults(state.qb.card, prefix),
cellIsClickableFn: (rowIndex, columnIndex) => cellIsClickable(state.qb.queryResult, rowIndex, columnIndex)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment