We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ab02e commit c6a3024Copy full SHA for c6a3024
ui/src/views/function-lib/component/FunctionDebugDrawer.vue
@@ -84,7 +84,7 @@
84
shadow="never"
85
style="max-height: 350px; overflow: scroll"
86
>
87
- {{ result || '-' }}
+ {{ String(result) == '0' ? 0 : result || '-' }}
88
</el-card>
89
</div>
90
0 commit comments