From 5f13624136c52e74b9dcb9712ad720e8ac11644e Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 8 Feb 2024 09:48:01 +0000 Subject: [PATCH] fix: regular expression validation UI (#3394) --- frontend/web/components/modals/CreateFlag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/modals/CreateFlag.js b/frontend/web/components/modals/CreateFlag.js index 462edd4cecee..9f246e2c782c 100644 --- a/frontend/web/components/modals/CreateFlag.js +++ b/frontend/web/components/modals/CreateFlag.js @@ -695,7 +695,7 @@ const CreateFlag = class extends Component { {' '} This must conform to the regular expression{' '} - {regex} +
{regex}
)}