From 47edd7b5ea963f624fac511b29e8b7f0159c0b7c Mon Sep 17 00:00:00 2001 From: Yulia Cech Date: Thu, 4 Feb 2021 18:12:32 +0100 Subject: [PATCH] Fixed scss file --- .../edit_policy/components/phase_footer/phase_footer.tsx | 4 ++-- .../edit_policy/components/phases/{ => phase}/phase.scss | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/{ => phase}/phase.scss (100%) diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phase_footer/phase_footer.tsx b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phase_footer/phase_footer.tsx index f726b8e968c8c9..e5a9e59df6fa04 100644 --- a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phase_footer/phase_footer.tsx +++ b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phase_footer/phase_footer.tsx @@ -46,7 +46,7 @@ export const PhaseFooter: FunctionComponent = ({ phase }) => { setValue(true)} data-test-subj={'enableDeletePhaseLink'}> @@ -65,7 +65,7 @@ export const PhaseFooter: FunctionComponent = ({ phase }) => { setValue(false)} data-test-subj={'disableDeletePhaseLink'}> diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/phase.scss b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/phase/phase.scss similarity index 100% rename from x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/phase.scss rename to x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/phase/phase.scss