Skip to content

Commit

Permalink
fix(ui): resolved rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 committed Dec 23, 2019
1 parent 9f8ebdf commit 8a7cd82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ui/src/telegrafs/components/CollectorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,21 +133,13 @@ class CollectorRow extends PureComponent<Props & WithRouterProps> {
}

private handleAddLabel = async (label: Label) => {
<<<<<<< HEAD
const {collector, onAddLabels} = this.props
=======
const {collector, onAddLabel} = this.props
>>>>>>> feat(ui): completed feature

await onAddLabel(collector.id, label)
}

private handleRemoveLabel = async (label: Label) => {
<<<<<<< HEAD
const {collector, onRemoveLabels} = this.props
=======
const {collector, onRemoveLabel} = this.props
>>>>>>> feat(ui): completed feature

await onRemoveLabel(collector.id, label)
}
Expand Down

0 comments on commit 8a7cd82

Please sign in to comment.