Merge "fix: Fix change volume type result hint"

This commit is contained in:
Zuul 2021-09-02 05:12:36 +00:00 committed by Gerrit Code Review
commit e63243dbb4

View File

@ -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;