mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 04:29:18 +00:00
NORY-47: refactor identity traits form
This commit is contained in:
parent
95a068645e
commit
21ff2ad8f8
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ interface IdentityTraitFormProps {
|
|||
identity: Identity;
|
||||
}
|
||||
|
||||
export function IdentityTraitForm({ schema, identity }: IdentityTraitFormProps) {
|
||||
export function IdentityTraits({ schema, identity }: IdentityTraitFormProps) {
|
||||
|
||||
const [currentIdentity, setCurrentIdentity] = useState(identity);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue