mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
fix(frontend): allow using Docker in Flow (#2201)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user