Skip to content

Commit

Permalink
Fix conflicting dnd types
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Mar 4, 2021
1 parent 1e1b802 commit 0bd133e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const DndColumnSelect = (props: LabelProps) => {
index={idx}
clickClose={onClickClose}
onShiftOptions={onShiftOptions}
type={DndItemType.column}
type={DndItemType.columnOption}
>
<ColumnOption column={column} showType />
</OptionWrapper>
Expand Down

0 comments on commit 0bd133e

Please sign in to comment.