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