Skip to content

Commit 44db249

Browse files
committed
Remove unused option key
1 parent ad57a39 commit 44db249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/zone/ZoneWizardAddResources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ export default {
862862
}],
863863
storageProviders: [],
864864
currentStep: null,
865-
options: ['primaryStorageScope', 'primaryStorageProtocol', 'provider', 'primaryStorageProvider', 'archType']
865+
options: ['primaryStorageScope', 'primaryStorageProtocol', 'provider', 'primaryStorageProvider']
866866
}
867867
},
868868
created () {

0 commit comments

Comments
 (0)