reduced duplicate event type to 1 min (#10159)

Co-authored-by: Leo Giovanetti <hello@leog.me>
pull/10140/head
Peer Richelsen 2023-07-16 23:31:34 +02:00 committed by GitHub
parent ca8b380815
commit 6076fd7ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const DuplicateDialog = () => {
<TextField
type="number"
required
min="10"
min="1"
placeholder="15"
label={t("length")}
{...register("length", { valueAsNumber: true })}