Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions frontend/src/new/stores/quotationStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ export interface DocumentRecognitionState {
visibleColumns: string[]
isUploadSectionCollapsed: boolean
columnMappings?: Record<string, string>
sourceSelectionRange?: {
startRow: number
endRow: number
startCol: number
endCol: number
} | null
selectedQuotationType?: string
hasData: boolean
}
Expand Down
Loading