fix(ui): fix unit test fail
This commit is contained in:
parent
87868dea4c
commit
8ccb194fea
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ export class AdminPane extends React.Component<Props, State, {}> {
|
||||||
pwd: this.state.newUserPwd1,
|
pwd: this.state.newUserPwd1,
|
||||||
role: this.state.newUserRole,
|
role: this.state.newUserRole,
|
||||||
quota: undefined,
|
quota: undefined,
|
||||||
|
usedSpace: "0",
|
||||||
})
|
})
|
||||||
.then((ok: boolean) => {
|
.then((ok: boolean) => {
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue