Fix icon matching + small other fixes on workflows (#9814)
- Record Fields label - body height fix - Icons on object picker - Fix icon matching between nodes and right drawer <img width="1296" alt="Capture d’écran 2025-01-23 à 18 51 12" src="https://github.com/user-attachments/assets/ecd5fb00-49cd-416e-96af-9200418294e0" />
This commit is contained in:
@ -49,7 +49,7 @@ export const generateFakeObjectRecordEvent = (
|
||||
properties: {
|
||||
isLeaf: false,
|
||||
value: { after: { isLeaf: false, value: after, label: 'After' } },
|
||||
label: 'Record fields',
|
||||
label: 'Record Fields',
|
||||
},
|
||||
};
|
||||
}
|
||||
@ -65,7 +65,7 @@ export const generateFakeObjectRecordEvent = (
|
||||
before: { isLeaf: false, value: before, label: 'Before' },
|
||||
after: { isLeaf: false, value: after, label: 'After' },
|
||||
},
|
||||
label: 'Record fields',
|
||||
label: 'Record Fields',
|
||||
},
|
||||
};
|
||||
}
|
||||
@ -78,7 +78,7 @@ export const generateFakeObjectRecordEvent = (
|
||||
value: {
|
||||
before: { isLeaf: false, value: before, label: 'Before' },
|
||||
},
|
||||
label: 'Record fields',
|
||||
label: 'Record Fields',
|
||||
},
|
||||
};
|
||||
}
|
||||
@ -91,7 +91,7 @@ export const generateFakeObjectRecordEvent = (
|
||||
value: {
|
||||
before: { isLeaf: false, value: before, label: 'Before' },
|
||||
},
|
||||
label: 'Record fields',
|
||||
label: 'Record Fields',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user