diff --git a/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx b/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx index 0d7c8b27..08e79ae9 100644 --- a/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx @@ -64,6 +64,10 @@ const FirstBootStep = () => { onCodeChange={(code) => dispatch(setFirstBootScript(code))} code={selectedScript} height="35vh" + emptyStateButton={Browse} + emptyStateLink={ + Start from scratch + } /> );