Skip to content

Commit

Permalink
Fix: Don't display @mention selector in ACF (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Jan 8, 2019
1 parent bba4a9c commit a474251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class ApprovalCommentForm extends React.Component<Props, State> {
approverSelectorContacts,
className,
createTask,
getMentionWithQuery = noop,
getMentionWithQuery,
intl: { formatMessage },
isDisabled,
isOpen,
Expand Down

0 comments on commit a474251

Please sign in to comment.