Fix workflow placeholders and icons (#11222)

- allow all form fields that may need a placeholder to set it
- update main icons on versions and runs
This commit is contained in:
Thomas Trompette
2025-03-27 17:01:33 +01:00
committed by GitHub
parent 4eefa45164
commit 439ccb0a52
16 changed files with 67 additions and 37 deletions

View File

@ -36,7 +36,7 @@ export const STANDARD_OBJECT_ICONS = {
webhook: 'IconRobot',
workflow: 'IconSettingsAutomation',
workflowEventListener: 'IconSettingsAutomation',
workflowRun: 'IconSettingsAutomation',
workflowVersion: 'IconSettingsAutomation',
workflowRun: 'IconHistoryToggle',
workflowVersion: 'IconVersions',
workspaceMember: 'IconUserCircle',
};