Fix readonly in some steps (#10121)

- readonly in titles
- readonly in code step
- update a few icons
- update event label
This commit is contained in:
Thomas Trompette
2025-02-11 15:22:18 +01:00
committed by GitHub
parent 02ced028e5
commit 6da9976193
9 changed files with 32 additions and 17 deletions

View File

@ -74,7 +74,7 @@ describe('getWorkflowVersionDiagram', () => {
"nodes": [
{
"data": {
"icon": "IconPlus",
"icon": "IconPlaylistAdd",
"isLeafNode": false,
"name": "Record is created",
"nodeType": "trigger",
@ -143,7 +143,7 @@ describe('getWorkflowVersionDiagram', () => {
"nodes": [
{
"data": {
"icon": "IconPlus",
"icon": "IconPlaylistAdd",
"isLeafNode": false,
"name": "Company created",
"nodeType": "trigger",