From 8f8114094ad01ea47e7a1f97b2642818ec6e29e9 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 16 Oct 2025 10:09:31 +0800 Subject: [PATCH] Added signature storage --- src/stores/pdfinfo.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts index 9c8b074..6d3299e 100644 --- a/src/stores/pdfinfo.ts +++ b/src/stores/pdfinfo.ts @@ -14,4 +14,7 @@ export const _feeList = atom([]) export const _codeList = atom([]) export const _amountList = atom([]) -export const _signature = atom('') +export const _signatureAssessor = atom('') +export const _signatureApprover = atom('') + +export const _approvedDate = atom('')