We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ededf commit afd2059Copy full SHA for afd2059
client/src/components/Workflow/WorkflowAnnotation.vue
@@ -68,9 +68,7 @@ const workflowTags = computed(() => {
68
<FontAwesomeIcon :icon="faHdd" />History:
69
70
<span class="history-link-wrapper">
71
- <SwitchToHistoryLink
72
- :history-id="props.historyId"
73
- />
+ <SwitchToHistoryLink :history-id="props.historyId" />
74
</span>
75
76
<BBadge
0 commit comments