Files
documenso/packages/ui
David Nguyen b1bb345929 fix: redirect URL preventing document flow (#925)
## Description

Currently the document redirect URL feature is preventing documents from
being created unless a redirect URL is provided.

During the document edit flow, the redirect URL is hidden in an advanced
tab with the value of an empty string, which will always fail the
current Zod validation since `optional` requires undefined to pass.

There are multiple ways to fix this, but I think this is the easiest
method where we can assume an empty string is valid.
2024-02-12 15:23:15 +11:00
..
2024-02-06 16:16:10 +11:00
2023-11-06 13:01:06 +11:00
2024-02-06 16:16:10 +11:00
2023-11-06 13:01:10 +11:00
2023-11-06 13:01:06 +11:00