Skip to content

Commit

Permalink
Fix reading value from processor state using processor selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 13, 2020
1 parent 0f477f3 commit 1fdbf8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const PipelineProcessorsEditor: FunctionComponent<Props> = ({
)}
{processorToDeleteSelector && (
<ProcessorRemoveModal
processor={getValue(processorToDeleteSelector, processors)}
processor={getValue(processorToDeleteSelector, processorsState)}
onResult={confirmed => {
if (confirmed) {
processorsDispatch({
Expand Down

0 comments on commit 1fdbf8a

Please sign in to comment.