fix(ui): hide once the password updated
This commit is contained in:
parent
8e1ac0f95c
commit
b6fa43a2be
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ function CreatePassword(props: Props) {
|
|||
|
||||
{validationError && <Message error>{validationError}</Message>}
|
||||
|
||||
<Button type="submit" variant="primary" loading={loading} className="w-full mt-4">
|
||||
<Button type="submit" data-hidden={updated} variant="primary" loading={loading} className="w-full mt-4">
|
||||
Create
|
||||
</Button>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue