Skip to content

Commit c205ea8

Browse files
committed
chore: hide quota from test result
1 parent 7610878 commit c205ea8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/backend/src/apps/aisay/actions/use-generalised-model/get-data-out-metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async function getDataOutMetadata(
2525
return {
2626
quota: {
2727
label: 'Quota',
28+
type: 'doNotDisplay',
2829
},
2930
fields: fieldsMetadata,
3031
}

packages/backend/src/apps/aisay/actions/use-specific-model/get-data-out-metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async function getDataOutMetadata(
1616
return {
1717
quota: {
1818
label: 'Quota',
19+
type: 'doNotDisplay',
1920
},
2021
documentType: {
2122
label: 'Document Type',

0 commit comments

Comments
 (0)