We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79393b3 commit d685a5bCopy full SHA for d685a5b
ui/src/components/utils.js
@@ -10,7 +10,7 @@ const composeValidators = (validators) => (value) =>
10
11
const jiraCloudUrl = composeValidators([
12
isNotEmpty,
13
- regex(/https:\/\/[^?]*.atlassian.(net|com)\/.*/),
+ regex(/https:\/\/[^?]*.atlassian.(net|com).*/),
14
]);
15
16
const bindMessageToValidator = (validator, errorMessage) => (value) =>
0 commit comments