mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 22:55:22 +02:00
fix: would only create previews if none of the labels were present
This commit is contained in:
@@ -452,7 +452,7 @@ export default async function handler(
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (hasLabel) continue;
|
||||
if (!hasLabel) continue;
|
||||
}
|
||||
|
||||
const previewLimit = app?.previewLimit || 0;
|
||||
|
||||
Reference in New Issue
Block a user