Fix workflow add menu layout to use vertical stacking (#4568)

This commit is contained in:
Celal Zamanoglu
2026-01-28 19:53:37 +03:00
committed by GitHub
parent f9d249ccef
commit 39a926d526
2 changed files with 71 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ function WorkflowAddMenu({
startAt={startAt}
gap={gap}
rotateText={rotateText}
layout="vertical"
>
{children}
</RadialMenu>