1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

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

View file

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