From 45d8426f1000841b799e2da9bb6b28fcea5aa263 Mon Sep 17 00:00:00 2001 From: mgold1234 Date: Tue, 5 Mar 2024 18:08:30 +0200 Subject: [PATCH] change the import path for MajorReleasesLifecyclesChart this commit change the path for MajorReleasesLifecyclesChart in the review. this fix the correct path of import --- .../CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx | 2 +- .../CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx index 8f172fcb..50b81efd 100644 --- a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx @@ -103,7 +103,7 @@ export const chartMajorVersionCfg = { }, }; -const MajorReleasesLifecyclesChart = () => { +export const MajorReleasesLifecyclesChart = () => { return ( diff --git a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx index 554aae13..4705c1c4 100644 --- a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx @@ -52,7 +52,7 @@ import { selectRegistrationType, } from '../../../../store/wizardSlice'; import { toMonthAndYear } from '../../../../Utilities/time'; -import { MajorReleasesLifecyclesChart } from '../../../CreateImageWizard/formComponents/ReleaseLifecycle'; +import { MajorReleasesLifecyclesChart } from '../ImageOutput/ReleaseLifecycle'; import OscapProfileInformation from '../Oscap/OscapProfileInformation'; const ExpirationWarning = () => {