Skip to content

Commit

Permalink
fix: Fixes date changing on file token group page (#3033)
Browse files Browse the repository at this point in the history
Co-authored-by: Katie George <katiegeo@amazon.com>
  • Loading branch information
katiegeorge and Katie George authored Nov 20, 2024
1 parent e482c96 commit c1f9dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/file-token-group/permutations.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export default function FileTokenGroupPermutations() {
onDismiss={() => {
/*empty handler to suppress react controlled property warning*/
}}
i18nStrings={{
formatFileLastModified: () => '2020-01-01T00:00:00',
}}
{...permutation}
/>
)}
Expand Down

0 comments on commit c1f9dc9

Please sign in to comment.