Skip to content

Commit d674f5a

Browse files
author
Bob Strahan
committed
Cost Estimator UI Feature for Context Grouping and Subtotals
1 parent 26e1835 commit d674f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/src/components/document-panel/DocumentPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const MeteringTable = ({ meteringData, preCalculatedTotals }) => {
143143
});
144144

145145
// Sort contexts in specific order: OCR, Classification, Extraction, Summarization
146-
const contextOrder = ['OCR', 'Classification', 'Extraction', 'Summarization'];
146+
const contextOrder = ['BDAProject', 'OCR', 'Classification', 'Extraction', 'Summarization'];
147147
const sortedContexts = Object.keys(contextGroups).sort((a, b) => {
148148
const aIndex = contextOrder.indexOf(a);
149149
const bIndex = contextOrder.indexOf(b);

0 commit comments

Comments
 (0)