diff --git a/frontend/src/app/main/ui/workspace/tokens/form.cljs b/frontend/src/app/main/ui/workspace/tokens/form.cljs index 9543402496..fd87d7c1ee 100644 --- a/frontend/src/app/main/ui/workspace/tokens/form.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/form.cljs @@ -30,7 +30,7 @@ Caution: This will allow a trailing dot like `token-name.`, But we will trim that in the `finalize-name`, to not throw too many errors while the user is editing." - #"([a-zA-Z0-9]+\.?)*") + #"([a-zA-Z0-9-]+\.?)*") (def valid-token-name-schema (m/-simple-schema