Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-27 23:13:55 +00:00
commit 90803ef873

View file

@ -90,12 +90,7 @@
</div> </div>
<div <div
class="transition-height duration-150 overflow-hidden" class="transition-height duration-150 overflow-hidden"
:class="{ :class="{ 'max-h-0': workflowsCollapsed[workflow.id], 'ml-[1.6rem]': !singleConfig }"
'max-h-0': workflowsCollapsed[workflow.id],
}"
:style="{
marginLeft: !singleConfig ? '1.6rem' : '',
}"
> >
<button <button
v-for="step in workflow.children" v-for="step in workflow.children"