dubinc / oss-gallery

A crowdsourced list of the best open-source projects on the internet. Built with the Dub TypeScript SDK.
https://oss.gallery
MIT License
1.1k stars 59 forks source link

fix: Edit Project button breaks the UI when there is no Website URL #17

Closed sathwikreddygv closed 5 months ago

sathwikreddygv commented 6 months ago

Clicking the "Edit Project" button breaks the UI when there is no Website URL stored for the project. This occurs due to the presence of defaultValue={props.websiteLink.url} in the components/projects/edit-project-form.tsx file.

Screenshot 2024-05-04 at 7 14 32 PM
vercel[bot] commented 6 months ago

@sathwikreddygv is attempting to deploy a commit to the Dub Team on Vercel.

A member of the Team first needs to authorize it.

steven-tey commented 5 months ago

great catch, thank you!