[Permissions] Force open title input for role label when empty (#12710)

- Fix empty title in breadcrumb 
- Enforce role label input open if empty
This commit is contained in:
Weiko
2025-06-24 14:06:50 +02:00
committed by GitHub
parent 4ac208cf1c
commit 074cd22a67
10 changed files with 102 additions and 11 deletions

View File

@ -114,6 +114,7 @@ export const WorkflowStepHeader = ({
onClickOutside={saveTitle}
onTab={saveTitle}
onShiftTab={saveTitle}
instanceId="workflow-step-title"
/>
</StyledHeaderTitle>
<StyledHeaderType>{headerType}</StyledHeaderType>