Tt fast follows 24/01 (#9843)

- Add icons on steps
- Add search input on object selection
- Improve event label
<img width="503" alt="Capture d’écran 2025-01-24 à 17 59 34"
src="https://github.com/user-attachments/assets/4e5d31d6-6fe5-4f78-9112-3fbd6ee66743"
/>
<img width="503" alt="Capture d’écran 2025-01-24 à 17 59 54"
src="https://github.com/user-attachments/assets/7f37402f-3d1a-4bea-9082-05f50a711f35"
/>
<img width="503" alt="Capture d’écran 2025-01-24 à 18 00 08"
src="https://github.com/user-attachments/assets/fffabaff-9d5d-4584-9297-e21434333de0"
/>
This commit is contained in:
Thomas Trompette
2025-01-24 18:25:01 +01:00
committed by GitHub
parent 17def223b6
commit 07dec36976
6 changed files with 32 additions and 6 deletions

View File

@ -196,6 +196,7 @@ export const WorkflowEditActionFormCreateRecord = ({
saveAction(newFormData);
}}
withSearchInput
/>
<HorizontalSeparator noMargin />

View File

@ -145,6 +145,7 @@ export const WorkflowEditActionFormDeleteRecord = ({
saveAction(newFormData);
}}
withSearchInput
/>
<HorizontalSeparator noMargin />

View File

@ -194,6 +194,7 @@ export const WorkflowEditActionFormUpdateRecord = ({
saveAction(newFormData);
}}
withSearchInput
/>
<HorizontalSeparator noMargin />