Skip to content

Conversation

claude[bot]
Copy link
Contributor

@claude claude bot commented Oct 14, 2025

Fixes #6817

Summary

Fixed the app tutorial step 14 where the result was not being selected, causing the input component not to be linked to the runnable input.

Changes

  • Made the onNextClick handler properly async
  • Added await wait(100) after clicking the result button
  • Removed unnecessary setTimeout wrapper
  • This ensures the UI updates before the tutorial moves to the next step

Testing

  • Frontend validation checks passed (npm run check)

🤖 Generated with Claude Code

The tutorial step 14 was moving to the next step immediately after
clicking the result button, without waiting for the click to complete
and the UI to update. This caused the input component not to be linked
to the runnable input.

Fixed by:
- Making onNextClick properly async
- Adding await wait(100) after the click to ensure UI updates
- Removing unnecessary setTimeout wrapper

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
@claude claude bot mentioned this pull request Oct 14, 2025
Copy link

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 557a9b4
Status: ✅  Deploy successful!
Preview URL: https://f638cf02.windmill.pages.dev
Branch Preview URL: https://claude-issue-6817-20251014-1.windmill.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(app): fix tutorial

0 participants