Skip to content

Commit

Permalink
chore: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Nov 23, 2024
1 parent d400c77 commit 87922cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const EditDropdown = ({ field }: EditDropdownProps): JSX.Element => {
{errors?.fieldOptionsString?.message}
</FormErrorMessage>
{isFieldUsedForConditionalRouting ? (
<InlineMessage useMarkdown mt="1rem" variant="warning">
<InlineMessage mt="1rem" variant="warning">
Please ensure the options here are included in the options to
email(s) mapping CSV file in the workflow builder.
</InlineMessage>
Expand Down

0 comments on commit 87922cd

Please sign in to comment.