Skip to content

Commit 32330fe

Browse files
committed
return the id from #configureDocument
1 parent 44418a4 commit 32330fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/api/configurations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export const configureDocument = (document, requestIdentifier) => {
205205
documentStatusColor: statusColors[configureStatus(document.status)].bg,
206206
documentType: document.type,
207207
documentTypeColor: 'bg-dark',
208+
id: document.id,
208209
identifier: document.identifier,
209210
lineItems: configureLineItems(document.line_items),
210211
requestIdentifier,

0 commit comments

Comments
 (0)