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:
@ -196,6 +196,7 @@ export const WorkflowEditActionFormCreateRecord = ({
|
||||
|
||||
saveAction(newFormData);
|
||||
}}
|
||||
withSearchInput
|
||||
/>
|
||||
|
||||
<HorizontalSeparator noMargin />
|
||||
|
||||
@ -145,6 +145,7 @@ export const WorkflowEditActionFormDeleteRecord = ({
|
||||
|
||||
saveAction(newFormData);
|
||||
}}
|
||||
withSearchInput
|
||||
/>
|
||||
|
||||
<HorizontalSeparator noMargin />
|
||||
|
||||
@ -194,6 +194,7 @@ export const WorkflowEditActionFormUpdateRecord = ({
|
||||
|
||||
saveAction(newFormData);
|
||||
}}
|
||||
withSearchInput
|
||||
/>
|
||||
|
||||
<HorizontalSeparator noMargin />
|
||||
|
||||
Reference in New Issue
Block a user