fix typo in settings modal

This commit is contained in:
Keviin Åberg Kultalahti 2021-01-29 14:31:04 +01:00
parent 1800b73341
commit 7a24f31697
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
.notOneOf(existingAppUrls), .notOneOf(existingAppUrls),
} }
} else { } else {
nameValidation = { name: string.required(nameError) } nameValidation = { name: string().required(nameError) }
} }
}) })
</script> </script>