Skip to content

Commit

Permalink
10102-story: update filingDate to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Aug 15, 2024
1 parent 4f1be36 commit 175ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/src/presenter/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,6 @@ export type CreateCaseIrsForm = {
export type ViewerDocument = {
docketEntryId: string;
documentTitle?: string; // Should this be required?
filingDate?: Date;
filingDate?: string;
index?: number;
};

0 comments on commit 175ddb1

Please sign in to comment.