mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 05:25:08 +10:00
7fc6f5bb6e
The contact form accepts teamId as an optional param based on where the user clicks "Support" from. Previously, when opened from a non-team context, the null teamId would be parsed to NaN and fail validation, causing the form to error out. Now the validation only runs when a teamId is actually provided.