mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 10:25:00 +10:00
3d644db286
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>;
|
|
}
|