Fix issue with forward merge

This commit is contained in:
Pearl Dsilva 2025-06-11 18:12:18 +05:30
parent 875223c5b4
commit a13728360b
3 changed files with 3 additions and 0 deletions

View File

@ -1066,6 +1066,7 @@ export default {
name: 'Wizard', name: 'Wizard',
components: { components: {
InfoCard, InfoCard,
DeployButtons,
ResourceIcon, ResourceIcon,
ZoneBlockRadioGroupSelect, ZoneBlockRadioGroupSelect,
BlockRadioGroupSelect, BlockRadioGroupSelect,

View File

@ -913,6 +913,7 @@ export default {
components: { components: {
OwnershipSelection, OwnershipSelection,
InfoCard, InfoCard,
DeployButtons,
ResourceIcon, ResourceIcon,
ZoneBlockRadioGroupSelect, ZoneBlockRadioGroupSelect,
BlockRadioGroupSelect, BlockRadioGroupSelect,

View File

@ -868,6 +868,7 @@ export default {
name: 'Wizard', name: 'Wizard',
components: { components: {
InfoCard, InfoCard,
DeployButtons,
ResourceIcon, ResourceIcon,
ZoneBlockRadioGroupSelect, ZoneBlockRadioGroupSelect,
BlockRadioGroupSelect, BlockRadioGroupSelect,