Skip to content

Commit

Permalink
fix(automations): cards chooser bug (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriunzayaEnkhbayar committed Sep 13, 2022
1 parent 9b255ed commit 205ac91
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ export default class SelectBoard extends React.Component<Props, State> {
<Attributes>
<React.Fragment>
<BoardSelect
type={type}
type={type.includes('cards:') ? type.slice(6) : type}
stageId={this.state.stageId}
boardId={this.state.boardId}
pipelineId={this.state.pipelineId}
Expand Down

0 comments on commit 205ac91

Please sign in to comment.