mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
Fixes (#18275)
This commit is contained in:
@@ -119,6 +119,8 @@ export default function CreateFaceWizardDialog({
|
||||
setName(name);
|
||||
setStep(1);
|
||||
}}
|
||||
regexPattern={/^[\p{L}\p{N}\s'_-]{1,50}$/u}
|
||||
regexErrorMessage={t("description.invalidName")}
|
||||
>
|
||||
<div className="flex justify-end py-2">
|
||||
<Button variant="select" type="submit">
|
||||
|
||||
Reference in New Issue
Block a user