diff --git a/components/InstallStepper/InstallButton.tsx b/components/InstallStepper/InstallStatusContent/InstallButton.tsx similarity index 94% rename from components/InstallStepper/InstallButton.tsx rename to components/InstallStepper/InstallStatusContent/InstallButton.tsx index e4cd491..531c27c 100644 --- a/components/InstallStepper/InstallButton.tsx +++ b/components/InstallStepper/InstallStatusContent/InstallButton.tsx @@ -1,6 +1,7 @@ import { Button } from "@material-tailwind/react"; export const InstallButton = ({ install }) => { + install.status = "provisioning"; const loading = install.status === "provisioning"; let label = "Create Install"; diff --git a/components/InstallStepper/InstallStatus.tsx b/components/InstallStepper/InstallStatusContent/InstallStatus.tsx similarity index 100% rename from components/InstallStepper/InstallStatus.tsx rename to components/InstallStepper/InstallStatusContent/InstallStatus.tsx diff --git a/components/InstallStepper/InstallStatusContent.tsx b/components/InstallStepper/InstallStatusContent/index.tsx similarity index 100% rename from components/InstallStepper/InstallStatusContent.tsx rename to components/InstallStepper/InstallStatusContent/index.tsx