From 998cf0f2be981ae90e57035400821d11af5cdb10 Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Fri, 29 May 2026 16:00:02 -0500
Subject: [PATCH] make wizard footers consistent with dialog footers
---
.../classification/wizard/Step1NameAndDefine.tsx | 2 +-
.../classification/wizard/Step2StateArea.tsx | 2 +-
.../classification/wizard/Step3ChooseExamples.tsx | 2 +-
.../overlay/detail/FaceCreateWizardDialog.tsx | 6 +++---
.../components/settings/wizard/Step1NameCamera.tsx | 2 +-
.../settings/wizard/Step2ProbeOrSnapshot.tsx | 8 ++++----
.../components/settings/wizard/Step3StreamConfig.tsx | 2 +-
.../components/settings/wizard/Step4Validation.tsx | 2 +-
.../components/trigger/wizard/Step1NameAndType.tsx | 11 +++--------
.../components/trigger/wizard/Step2ConfigureData.tsx | 11 +++--------
.../trigger/wizard/Step3ThresholdAndActions.tsx | 11 +++--------
11 files changed, 22 insertions(+), 37 deletions(-)
diff --git a/web/src/components/classification/wizard/Step1NameAndDefine.tsx b/web/src/components/classification/wizard/Step1NameAndDefine.tsx
index 72e69f0bc1..2399510088 100644
--- a/web/src/components/classification/wizard/Step1NameAndDefine.tsx
+++ b/web/src/components/classification/wizard/Step1NameAndDefine.tsx
@@ -489,7 +489,7 @@ export default function Step1NameAndDefine({
-
+
diff --git a/web/src/components/classification/wizard/Step2StateArea.tsx b/web/src/components/classification/wizard/Step2StateArea.tsx
index 84367a877d..7da1a62dc5 100644
--- a/web/src/components/classification/wizard/Step2StateArea.tsx
+++ b/web/src/components/classification/wizard/Step2StateArea.tsx
@@ -458,7 +458,7 @@ export default function Step2StateArea({
-
+
diff --git a/web/src/components/classification/wizard/Step3ChooseExamples.tsx b/web/src/components/classification/wizard/Step3ChooseExamples.tsx
index c6693d0296..d2861affca 100644
--- a/web/src/components/classification/wizard/Step3ChooseExamples.tsx
+++ b/web/src/components/classification/wizard/Step3ChooseExamples.tsx
@@ -693,7 +693,7 @@ export default function Step3ChooseExamples({
)}
{!isTraining && (
-
+
diff --git a/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx b/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx
index 86eae6acb7..1ab0ffa1ba 100644
--- a/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx
+++ b/web/src/components/overlay/detail/FaceCreateWizardDialog.tsx
@@ -131,7 +131,7 @@ export default function CreateFaceWizardDialog({
forbiddenPattern={/#/}
forbiddenErrorMessage={t("description.nameCannotContainHash")}
>
-
+
@@ -144,7 +144,7 @@ export default function CreateFaceWizardDialog({
{t("steps.description.uploadFace", { name })}
-
+
@@ -173,7 +173,7 @@ export default function CreateFaceWizardDialog({
-
+