From 8761a3c8a8174e37bdceeabc27ebedb616c0fa41 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Fri, 2 Feb 2024 10:48:22 -0500 Subject: [PATCH] Reactive history id in MarkdownDialog.vue. --- .../components/Markdown/MarkdownDialog.vue | 36 ++++++------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/client/src/components/Markdown/MarkdownDialog.vue b/client/src/components/Markdown/MarkdownDialog.vue index 9473fdc41634..cbb4344bd03f 100644 --- a/client/src/components/Markdown/MarkdownDialog.vue +++ b/client/src/components/Markdown/MarkdownDialog.vue @@ -1,10 +1,11 @@ @@ -234,13 +220,13 @@ if (props.argumentType == "workflow_id") { :argument-payload="argumentPayload" :labels="labels" :use-labels="useLabels" - :history="dataHistoryId" + :history="currentHistoryId" @onOk="onVisualization" @onCancel="onCancel" /> - +