mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
Update WorkspaceDependenciesEditor.svelte (#7266)
This commit is contained in:
@@ -353,7 +353,7 @@ numpy>=1.24.0
|
||||
{#if showWarning && currentImportedPath}
|
||||
<DependenciesDeploymentWarning
|
||||
importedPath={currentImportedPath}
|
||||
title={workspaceDependenciesType === 'workspace' ? "Default Dependencies Deployment" : "Deployment Warning"}
|
||||
title={workspaceDependenciesType === 'workspace' ? "Redeploy impacted runnables?" : "Deployment Warning"}
|
||||
confirmText={workspaceDependenciesType === 'workspace' ? "I'm Sure - Deploy Default" : "Deploy Anyway"}
|
||||
onConfirm={confirmDeploy}
|
||||
onCancel={cancelDeploy}
|
||||
|
||||
Reference in New Issue
Block a user