diff --git a/src/routes/(console)/project-[region]-[project]/sites/create-site/configuration.svelte b/src/routes/(console)/project-[region]-[project]/sites/create-site/configuration.svelte index 0e8b26ceff..1d1437942d 100644 --- a/src/routes/(console)/project-[region]-[project]/sites/create-site/configuration.svelte +++ b/src/routes/(console)/project-[region]-[project]/sites/create-site/configuration.svelte @@ -95,7 +95,8 @@ id="installCommand" label="Install command" bind:value={installCommand} - placeholder={adapterData?.installCommand} /> + placeholder={adapterData?.installCommand || + 'Enter install command'} />