Skip to content

Commit

Permalink
Fixed id of <Property> element in FunctionResult.vue.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Le Ponner <[email protected]>
  • Loading branch information
ericleponner committed Jan 5, 2024
1 parent a63dd12 commit ae67888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/values/FunctionResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

</template><template v-else>

<Property :custom-nb-col-class="customNbColClass" id="functionInput">
<Property :custom-nb-col-class="customNbColClass" id="functionOutput">
<template v-slot:name>Output Result</template>
<template v-slot:value>
<HexaValue :byte-string="output" :show-none="true"/>
Expand Down

0 comments on commit ae67888

Please sign in to comment.