Finalize self hosted with self certificate, resolve webhook issues.
This commit is contained in:
@@ -67,11 +67,11 @@ export function EsignatureModalContainer({ esignatureModal, toggleModalVisible,
|
||||
destroyOnHidden
|
||||
width={"80%"}
|
||||
>
|
||||
<div style={{ height: "600px", width: "100%" }}>
|
||||
<div style={{ height: "80vh", width: "100%" }}>
|
||||
{token ? (
|
||||
<EmbedUpdateDocumentV1
|
||||
presignToken={token}
|
||||
host="https://stg-app.documenso.com"
|
||||
host="https://sign.imex.online"
|
||||
documentId={documentId}
|
||||
externalId={`${jobid}|${currentUser?.email}`}
|
||||
className="esignature-embed"
|
||||
|
||||
@@ -313,6 +313,7 @@ export function JobAuditTrail({ bodyshop, jobId }) {
|
||||
columns={esigColumns}
|
||||
mobileColumnKeys={["title", "status"]}
|
||||
rowKey="id"
|
||||
scroll={{ x: true }}
|
||||
dataSource={data ? data.esignature_documents : []}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user