diff --git a/frontend/src/lib/components/flows/content/FlowInputs.svelte b/frontend/src/lib/components/flows/content/FlowInputs.svelte index 81b9925cd1..bf837cbc63 100644 --- a/frontend/src/lib/components/flows/content/FlowInputs.svelte +++ b/frontend/src/lib/components/flows/content/FlowInputs.svelte @@ -204,7 +204,7 @@ label={`Docker`} lang="docker" on:click={() => { - if (isCloudHosted() || true) { + if (isCloudHosted()) { sendUserToast( 'You cannot use Docker scripts on the multi-tenant platform. Use a dedicated instance or self-host windmill instead.', true,