From 4f7985e5d65a9b4027d64db5b218ae29a3541cad Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:11:30 +0200 Subject: [PATCH] Update ExportToRemoteModal.vue to use TypeScript and fix imports --- .../Invocation/Export/ExportToRemoteModal.vue | 29 +++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/client/src/components/Workflow/Invocation/Export/ExportToRemoteModal.vue b/client/src/components/Workflow/Invocation/Export/ExportToRemoteModal.vue index a93a8c1a7baa..fdcbf4b9df8d 100644 --- a/client/src/components/Workflow/Invocation/Export/ExportToRemoteModal.vue +++ b/client/src/components/Workflow/Invocation/Export/ExportToRemoteModal.vue @@ -1,32 +1,37 @@ -