fix typo in settings modal
This commit is contained in:
parent
1800b73341
commit
7a24f31697
|
@ -73,7 +73,7 @@
|
|||
.notOneOf(existingAppUrls),
|
||||
}
|
||||
} else {
|
||||
nameValidation = { name: string.required(nameError) }
|
||||
nameValidation = { name: string().required(nameError) }
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue