Skip to content

fix(site): fix render crash when no embedded apps are defined for task #19215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025

Conversation

DanielleMaywood
Copy link
Contributor

@DanielleMaywood DanielleMaywood commented Aug 7, 2025

Fixes #19101

We now gracefully handle the scenario when there are no embedded apps defined for a task.

I've added a storybook file specifically for the TaskApps component. I'm aware we already have some stories for TaskApps in the TaskPage.stories.tsx so I'm happy to move these stories over to that if it makes more sense.

Screenshot 2025-08-07 at 10 31 55

@DanielleMaywood DanielleMaywood force-pushed the danielle/tasks/fix-no-apps-crash branch from 6fdaa27 to 26b5f2c Compare August 7, 2025 09:31
@DanielleMaywood DanielleMaywood marked this pull request as ready for review August 7, 2025 09:42
Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but deferring approval to Bruno

@DanielleMaywood DanielleMaywood merged commit ffbd583 into main Aug 7, 2025
36 of 38 checks passed
@DanielleMaywood DanielleMaywood deleted the danielle/tasks/fix-no-apps-crash branch August 7, 2025 13:24
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tasks: TaskPage fails to render with error: "No apps found in task"
3 participants