fix(frontend): allow using Docker in Flow (#2201)

This commit is contained in:
Bryan
2023-08-31 14:52:05 +08:00
committed by GitHub
parent 246e235feb
commit fa5e3ba2a8
@@ -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,