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

Merge pull request #3229 from metabase/hide-schema-arrow

Hide expand/collapse arrow in query builder when selecting fields from a single table
parents 977bdb26 6b631396
Branches
Tags
No related merge requests found
......@@ -223,6 +223,7 @@ export default class DataSelector extends Component {
itemIsSelected={(item) => item.table ? item.table.id === this.getTableId() : false}
itemIsClickable={(item) => item.table}
renderItemIcon={(item) => item.table ? <Icon name="table2" size={18} /> : null}
hideSingleSectionTitle={true}
/>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment