diff --git a/src-web/components/EnvironmentActionsDropdown.tsx b/src-web/components/EnvironmentActionsDropdown.tsx index da4858e0..98a3446b 100644 --- a/src-web/components/EnvironmentActionsDropdown.tsx +++ b/src-web/components/EnvironmentActionsDropdown.tsx @@ -68,23 +68,6 @@ export const EnvironmentActionsDropdown = memo(function EnvironmentActionsDropdo const hasWorkspaceVars = (activeWorkspace?.variables ?? []).filter((v) => v.enabled && (v.name || v.value)).length > 0; - if (environments.length === 0) { - return ( - - ); - } - return (