Skip to content
Snippets Groups Projects
Unverified Commit ce845575 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #6457 from metabase/star-icon-fix

Literally just change an icon
parents 5964854f f8a35210
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ export default class AggregationPopover extends Component {
if (tableMetadata.db.features.indexOf("expression-aggregations") >= 0) {
sections.push({
name: CUSTOM_SECTION_NAME,
icon: "staroutline"
icon: "sum"
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment