File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
routes/projects/[projectId]/workflows/[workflowId] Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11<script >
2- import { goto } from ' $app/navigation' ;
32 // ProjectInfoModal component
43 import { modalProject } from ' $lib/stores/projectStores' ;
54 import Modal from ' ../common/Modal.svelte' ;
Original file line number Diff line number Diff line change 99 import ArgumentsSchema from ' $lib/components/workflow/ArgumentsSchema.svelte' ;
1010 import WorkflowTaskSelection from ' $lib/components/workflow/WorkflowTaskSelection.svelte' ;
1111 import { formatMarkdown , replaceEmptyStrings } from ' $lib/common/component_utilities' ;
12- import { AlertError , displayStandardErrorAlert } from ' $lib/common/errors' ;
12+ import { AlertError } from ' $lib/common/errors' ;
1313 import Modal from ' $lib/components/common/Modal.svelte' ;
1414 import StandardDismissableAlert from ' $lib/components/common/StandardDismissableAlert.svelte' ;
1515
You can’t perform that action at this time.
0 commit comments