fix: Fix create user in domain detail page
fix error name when creating user in domain detail page successfully Change-Id: I123d158d9398469cc26b879c795b0944f9978c4c
This commit is contained in:
parent
73300c38d8
commit
7a11c3e279
@ -220,6 +220,11 @@ export class CreateForm extends ModalAction {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get instanceName() {
|
||||||
|
const { name } = this.values || {};
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
onSubmit = (values) => {
|
onSubmit = (values) => {
|
||||||
const {
|
const {
|
||||||
name,
|
name,
|
||||||
|
Loading…
Reference in New Issue
Block a user