fix: Fix change volume type result hint
Fix change volume type result hint to async type hint Change-Id: I7ed6ca77b8918737984c2e7eedb4995f4730b6b4
This commit is contained in:
parent
7b1e35c1f0
commit
8af39e71a6
@ -48,6 +48,10 @@ export class ChangeType extends ModalAction {
|
||||
this.volumeTypeStore.fetchList();
|
||||
}
|
||||
|
||||
get isAsyncAction() {
|
||||
return true;
|
||||
}
|
||||
|
||||
get volumeTypes() {
|
||||
const { volume_type } = this.item;
|
||||
const { data = [] } = this.volumeTypeStore.list;
|
||||
|
Loading…
x
Reference in New Issue
Block a user