fix typo in settings modal

This commit is contained in:
Keviin Åberg Kultalahti 2021-01-29 14:31:04 +01:00
parent f8f15b7b4b
commit dcdc3eb4a2
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>