diff --git a/changelog/entries/unreleased/refactor/added_the_slack_icon_to_node_history_entries.json b/changelog/entries/unreleased/refactor/added_the_slack_icon_to_node_history_entries.json new file mode 100644 index 0000000000..60e40f062a --- /dev/null +++ b/changelog/entries/unreleased/refactor/added_the_slack_icon_to_node_history_entries.json @@ -0,0 +1,9 @@ +{ + "type": "refactor", + "message": "Added the Slack icon to Node History entries.", + "issue_origin": "github", + "issue_number": null, + "domain": "automation", + "bullet_points": [], + "created_at": "2026-05-06" +} \ No newline at end of file diff --git a/changelog/entries/unreleased/refactor/improved_the_frontend_error_message_to_be_more_specific.json b/changelog/entries/unreleased/refactor/improved_the_frontend_error_message_to_be_more_specific.json new file mode 100644 index 0000000000..80cfbf632f --- /dev/null +++ b/changelog/entries/unreleased/refactor/improved_the_frontend_error_message_to_be_more_specific.json @@ -0,0 +1,9 @@ +{ + "type": "refactor", + "message": "Improved the frontend error message to be more specific.", + "issue_origin": "github", + "issue_number": null, + "domain": "core", + "bullet_points": [], + "created_at": "2026-05-06" +} \ No newline at end of file diff --git a/web-frontend/modules/automation/components/workflow/sidePanels/NodeHistory.vue b/web-frontend/modules/automation/components/workflow/sidePanels/NodeHistory.vue index 6f0ed76cec..82c0b65cc9 100644 --- a/web-frontend/modules/automation/components/workflow/sidePanels/NodeHistory.vue +++ b/web-frontend/modules/automation/components/workflow/sidePanels/NodeHistory.vue @@ -7,7 +7,8 @@