Skip to content

Commit

Permalink
Merge pull request #613 from writer/fix-log-use-shared-json-viewer
Browse files Browse the repository at this point in the history
fix: Use shared JSON viewer
  • Loading branch information
ramedina86 authored Nov 4, 2024
2 parents 08bd842 + 54605e8 commit 4b3b297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/src/builder/BuilderLogWorkflowExecution.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
icon="find_in_page"
modal-title="Result"
>
<BaseJsonViewer
<SharedJsonViewer
v-if="displayedResult"
:data="displayedResult"
:initial-depth="1"
Expand Down Expand Up @@ -66,7 +66,7 @@ import { WorkflowExecutionLog } from "./builderManager";
import { computed, inject, nextTick, ref } from "vue";
import { Component, WriterComponentDefinition } from "@/writerTypes";
import { useComponentActions } from "./useComponentActions";
import BaseJsonViewer from "@/components/core/base/BaseJsonViewer.vue";
import SharedJsonViewer from "@/components/shared/SharedJsonViewer/SharedJsonViewer.vue";
import WdsButton from "@/wds/WdsButton.vue";
import BuilderModal from "./BuilderModal.vue";
Expand Down

0 comments on commit 4b3b297

Please sign in to comment.