Skip to content

Fix Settings.tsx config import path#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-project-feeling-prepper
Draft

Fix Settings.tsx config import path#1
Copilot wants to merge 2 commits intomainfrom
copilot/update-project-feeling-prepper

Conversation

Copy link

Copilot AI commented Feb 19, 2026

Settings.tsx used incorrect relative import path ../config instead of ../../config, causing API_URL to be undefined and breaking all backend API calls from the Settings page.

Changes

  • frontend/src/components/pages/Settings.tsx: Corrected import path to match sibling files (Grapes.tsx, Cogtri.tsx, Dev.tsx)
- import config from "../config";
+ import config from "../../config";

Resolves the "Fixed no connection to api with api url set to the env variable" issue from commit 1cb6811.

Original prompt

Reference: 1cb6811


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
projectfeelingprepper Ready Ready Preview, Comment Feb 19, 2026 8:53am

Co-authored-by: piqim <115794663+piqim@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project feeling prepper with latest changes Fix Settings.tsx config import path Feb 19, 2026
Copilot AI requested a review from piqim February 19, 2026 08:54
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.

2 participants