diff --git a/packages/manager/apps/pci-block-storage/ovh-ux-manager-pci-common-v0.14.2.tgz b/packages/manager/apps/pci-block-storage/ovh-ux-manager-pci-common-v0.14.2.tgz new file mode 100644 index 000000000000..8ce38e1a5229 Binary files /dev/null and b/packages/manager/apps/pci-block-storage/ovh-ux-manager-pci-common-v0.14.2.tgz differ diff --git a/packages/manager/apps/pci-block-storage/package.json b/packages/manager/apps/pci-block-storage/package.json index 7a030e04afe2..0b97caf17533 100644 --- a/packages/manager/apps/pci-block-storage/package.json +++ b/packages/manager/apps/pci-block-storage/package.json @@ -17,7 +17,7 @@ "dependencies": { "@ovh-ux/manager-config": "^8.0.1", "@ovh-ux/manager-core-api": "^0.9.0", - "@ovh-ux/manager-pci-common": "^0.14.2", + "@ovh-ux/manager-pci-common": "file:./ovh-ux-manager-pci-common-v0.14.2.tgz", "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.4", "@ovh-ux/manager-react-shell-client": "^0.8.4", diff --git a/packages/manager/apps/pci-block-storage/src/pages/new/components/LocationStep.component.tsx b/packages/manager/apps/pci-block-storage/src/pages/new/components/LocationStep.component.tsx index ddca42059db0..f419ffdc9766 100644 --- a/packages/manager/apps/pci-block-storage/src/pages/new/components/LocationStep.component.tsx +++ b/packages/manager/apps/pci-block-storage/src/pages/new/components/LocationStep.component.tsx @@ -37,7 +37,8 @@ export function LocationStep({ onSelectRegion={setRegion} regionFilter={(r) => r.isMacro || - r.services.some((s) => s.name === 'volume' && s.status === 'UP') + r.services.some((s) => s.name === 'volume' && s.status === 'UP') || + r.type === 'region-3-az' } /> )}