From 7444544cdbcdb9997daa94ac38f7879a41915d63 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Mon, 20 May 2024 10:39:57 +0200 Subject: [PATCH] Fix undefined errors in ToolSucess component The data is either present in the store if a user has actually submitted or job, or it is not. That includes both `jobDef` and `jobResponse`. Followup to https://github.com/galaxyproject/galaxy/pull/18141. --- client/src/components/Tool/ToolSuccess.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Tool/ToolSuccess.vue b/client/src/components/Tool/ToolSuccess.vue index befaa48e9b9..8ac04d5c4c4 100644 --- a/client/src/components/Tool/ToolSuccess.vue +++ b/client/src/components/Tool/ToolSuccess.vue @@ -31,15 +31,15 @@ if (Object.keys(responseVal.value).length === 0) {