From f746379da5423ded583e783933080e4e93398688 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Wed, 2 Oct 2024 15:45:26 -0500 Subject: [PATCH] replace `Edit` button with `Import` on `WorkflowInvocationHeader` Fixes https://github.com/galaxyproject/galaxy/issues/18896 --- .../WorkflowInvocationHeader.vue | 47 ++++++++++++++++++- client/src/stores/workflowStore.ts | 1 + 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationHeader.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationHeader.vue index f01618d86582..97a6b5bc0c42 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationHeader.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationHeader.vue @@ -1,13 +1,21 @@