Skip to content

fixed bug causing js error - #759

Merged
Paul Lizer (paullizer) merged 2 commits into
Developmentfrom
fix-public-workspace-js-error
Mar 3, 2026
Merged

fixed bug causing js error#759
Paul Lizer (paullizer) merged 2 commits into
Developmentfrom
fix-public-workspace-js-error

Conversation

@paullizer

Copy link
Copy Markdown
Contributor

No description provided.

CopilotAI review requested due to automatic review settings March 3, 2026 19:28

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes a JS runtime/module-load error in the public workspace frontend script by removing an unused (and likely invalid-path) import, and bumps the app version to reflect the change.

Changes:

  • Removed the unused showToast import and updated the file header comment in public_workspace.js.
  • Incremented VERSION in config.py from 0.239.001 to 0.239.002.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
application/single_app/static/js/public/public_workspace.jsRemoves an unused toast import (prevents module import failures) and aligns the header comment with the file name.
application/single_app/config.pyBumps patch version to track the fix.

@paullizer
Paul Lizer (paullizer) merged commit 7e7ece8 into DevelopmentMar 3, 2026
6 of 8 checks passed
@paullizer
Paul Lizer (paullizer) deleted the fix-public-workspace-js-error branch March 3, 2026 19:35
Sign up for freeto 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.

2 participants

@paullizer