Skip to content
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

fix(frontend): made api key input read only to fix warnings #1657

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

detj
Copy link
Contributor

@detj detj commented Dec 24, 2024

Summary

This PR makes the API key text input field read only in the <CreateApp /> component so that React warnings about controlled/uncontrolled component are not triggered.

See also

@detj detj added bug something isn't working frontend frontend related labels Dec 24, 2024
@detj detj self-assigned this Dec 24, 2024
Copy link

vercel bot commented Dec 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 9:07am

@detj detj requested a review from anupcowkur December 24, 2024 09:08
@detj detj merged commit aeced78 into main Dec 24, 2024
6 checks passed
@detj detj deleted the create-app-warn branch December 24, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working frontend frontend related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix React warning in CreateApp component
2 participants