From 60175aa911eb50fa3d7838b0b831eaffd2ce83af Mon Sep 17 00:00:00 2001 From: regexowl Date: Fri, 6 Dec 2024 09:35:46 +0100 Subject: [PATCH] Wizard: Remove category and fix Review alignment This removes the chip category and adds a version slug to make the alignment on Review step work properly. --- .../CreateImageWizard/steps/Review/ReviewStepTextLists.tsx | 4 ++-- .../steps/Timezone/components/NtpServersInput.tsx | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx index f5e5e928..4684a855 100644 --- a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx @@ -750,7 +750,7 @@ export const TimezoneList = () => { Timezone @@ -759,7 +759,7 @@ export const TimezoneList = () => { NTP servers diff --git a/src/Components/CreateImageWizard/steps/Timezone/components/NtpServersInput.tsx b/src/Components/CreateImageWizard/steps/Timezone/components/NtpServersInput.tsx index 0744d68d..7a76939b 100644 --- a/src/Components/CreateImageWizard/steps/Timezone/components/NtpServersInput.tsx +++ b/src/Components/CreateImageWizard/steps/Timezone/components/NtpServersInput.tsx @@ -75,11 +75,7 @@ const NtpServersInput = () => { - + {ntpServers?.map((server) => ( dispatch(removeNtpServer(server))}> {server}