fix: remove nodraft from flow row edit link

This commit is contained in:
Diego Imbert
2026-05-27 21:07:36 +02:00
parent e8db15e5d7
commit f784beea7b
@@ -150,7 +150,7 @@
wrapperClasses="w-20"
unifiedSize="md"
startIcon={{ icon: Pen }}
href="{base}/flows/edit/{flow.path}?nodraft=true"
href="{base}/flows/edit/{flow.path}"
aiId={`edit-flow-button-${flow.summary?.length > 0 ? flow.summary : flow.path}`}
aiDescription={`Edits the flow ${flow.summary?.length > 0 ? flow.summary : flow.path}`}
>