mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): protected app creation form field should have correct error background (#5400)
This commit is contained in:
parent
40eeea8cc0
commit
dbcfcc7ca1
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ function ProtectedAppForm({
|
|||
>
|
||||
<div className={styles.domainFieldWrapper}>
|
||||
<TextInput
|
||||
className={classNames(styles.input, styles.subdomain)}
|
||||
className={styles.subdomain}
|
||||
inputContainerClassName={styles.input}
|
||||
{...register('subDomain', {
|
||||
required: true,
|
||||
validate: (value) =>
|
||||
|
|
Loading…
Reference in a new issue