Skip to content
Snippets Groups Projects
Unverified Commit e2c219b0 authored by Romeo Van Snick's avatar Romeo Van Snick Committed by GitHub
Browse files

Fix combine extract column drill icons (#42297)

* Use extract column icon for column extraction drill thru

* Use combine column icon for column combine drill thru
parent 96984ed0
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ export const columnExtractDrill: Drill<Lib.ColumnExtractDrillThruInfo> = ({
name: "extract",
title: drillInfo.displayName,
section: "extract",
icon: "extract",
icon: "arrow_split",
buttonType: "horizontal",
popover: DrillPopover,
},
......
......@@ -45,7 +45,7 @@ export const combineColumnsDrill: Drill<Lib.CombineColumnsDrillThruInfo> = ({
name: "combine",
title: t`Combine columns`,
section: "combine",
icon: "add",
icon: "combine",
buttonType: "horizontal",
popover: DrillPopover,
},
......
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