Merge "fix: Fix change volume type result hint"
This commit is contained in:
commit
e63243dbb4
@ -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