refactor: enforce 800 line source limits
This commit is contained in:
@@ -135,7 +135,7 @@ export function buildAiDocumentDetailRequest(detailReference = {}) {
|
||||
documentType: isApplication ? 'application' : 'reimbursement',
|
||||
documentTypeCode: isApplication ? 'application' : 'reimbursement',
|
||||
detailLookupOnly: true,
|
||||
source: 'workbench',
|
||||
returnTo: 'workbench'
|
||||
source: 'ai-conversation',
|
||||
returnTo: 'conversation'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user