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

View File

@@ -48,6 +48,10 @@ export class ChangeType extends ModalAction {
this.volumeTypeStore.fetchList(); this.volumeTypeStore.fetchList();
} }
get isAsyncAction() {
return true;
}
get volumeTypes() { get volumeTypes() {
const { volume_type } = this.item; const { volume_type } = this.item;
const { data = [] } = this.volumeTypeStore.list; const { data = [] } = this.volumeTypeStore.list;