mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 23:07:13 +10:00
1c12aed35e
The type filter schema used comma-separated array parsing which was unnecessary for a single-select faceted filter. Moved URL param parsing to the client with parseToStringArray and simplified the tRPC schema to a plain optional TemplateType enum.