Skip to content

Commit b955de7

Browse files
authored
Merge pull request #1990 from fedspendingtransparency/FDG-11056-
FDG-11056 Change Name For Treasury Auction data Dropdown
2 parents ed263c3 + a5f256a commit b955de7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/published-reports/filter-reports-section/filter-reports-section.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ const FilterReportsSection: FunctionComponent<Props> = ({ dataset, width }) => {
141141
}
142142
};
143143
cacheSeed();
144-
// eslint-disable-next-line react-hooks/exhaustive-deps
145144
}, [apis, datasetId, filterField, specialAnnouncement, optionValues]);
146145
// Fetch dates for selected CUSIP
147146
const fetchAvailableDatesForCusip = async (cusipValue: string): Promise<string[]> => {

src/transform/static-metadata/datasets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"fields": "pdf_filenm_announcemt,pdf_filenm_comp_results,pdf_filenm_noncomp_results,xml_filenm_announcemt,xml_filenm_comp_results",
485485
"dateField": "auction_date"
486486
},
487-
"dateFilterLabel": "Auction Date",
487+
"dateFilterLabel": "Issue Date",
488488
"dateFilterType": "byDay",
489489
"unmatchedHeader": "There is no data to display based on the current filters selected.",
490490
"unmatchedMessage": "Select a different CUSIP and/or date in order to preview the data.",

0 commit comments

Comments
 (0)