mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 09:41:35 +10:00
Adds the ability to specify an optional signing order for documents. When specified a document will be considered sequential with recipients only being allowed to sign in the order that they were specified in.
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export default function EmbedDirectTemplateNotFound() {
|
|
return <div>Not Found</div>;
|
|
}
|