Skip to content

Commit 85de00b

Browse files
committed
footnote operationId
1 parent 307a635 commit 85de00b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/Preview.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const setOperationDetails = (id: string, version: string): void => {
9494
showValidations.value = validations.value.length > 0
9595
showPossibleErrors.value = possibleErrors.value.length > 0
9696
showConnectorMethods.value = true
97-
footNote.value.version = operation.operation_id
97+
footNote.value.operationId = operation.operation_id
9898
footNote.value.version = operation.implemented_by.version
9999
footNote.value.functionName = operation.implemented_by.function
100100
footNote.value.messageTags = operation.tags.join(',')
@@ -581,8 +581,7 @@ const onError = (error) => {
581581
<el-divider class="divider" />
582582
<div>
583583
<p class="footnote">
584-
Implemented by: {{ footNote.version }}, function_name: by {{ footNote.functionName }},
585-
operation_id: {{ footNote.functionName }}, Message Tags: {{ footNote.messageTags }}
584+
Implemented in: {{ footNote.version }} by function_name: {{ footNote.functionName }} (operation_id: {{ footNote.operationId }}). Message Tags: {{ footNote.messageTags }}
586585
</p>
587586
</div>
588587
<br />

0 commit comments

Comments
 (0)