Closed sathwikreddygv closed 5 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.
defaultValue={props.websiteLink.url}
components/projects/edit-project-form.tsx
@sathwikreddygv is attempting to deploy a commit to the Dub Team on Vercel.
A member of the Team first needs to authorize it.
great catch, thank you!
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 thecomponents/projects/edit-project-form.tsx
file.