Skip to content

Commit

Permalink
fix: regular expression validation UI (#3394)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Feb 8, 2024
1 parent 64650c6 commit 5f13624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/modals/CreateFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ const CreateFlag = class extends Component {
<InfoMessage>
{' '}
This must conform to the regular expression{' '}
<code>{regex}</code>
<pre>{regex}</pre>
</InfoMessage>
</div>
)}
Expand Down

0 comments on commit 5f13624

Please sign in to comment.