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('')