From 974b5a8e707c04ef63f881109ca2b239cc5a5f8b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 20 Mar 2025 19:20:40 -0400 Subject: [PATCH] test failure --- src/App.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 14dac86..d16b249 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,4 @@ import './App.css' -import React, { useState } from "react"; export default function HcpCliAssistant() { const steps = [ @@ -25,7 +24,7 @@ export default function HcpCliAssistant() { externalNetworkId: "", ingressFloatingIp: "", nodeFlavor: "", - nodeAZ: "", + nodeAZ: "",eaeae nodeImageName: "", dnsNameservers: "", additionalPorts: "", @@ -147,10 +146,10 @@ export default function HcpCliAssistant() { } }; const prevStep = () => setStep((prev) => Math.max(prev - 1, 0)); - +aefea return (
-

Hypershift on OpenStack CLI assistant

+

HCP CLI Assistant

Step {step + 1}: {steps[step]}

{step === 4 ? (