Skip to content

Commit

Permalink
fix(Hgrid): Fixed sample data issue #3487
Browse files Browse the repository at this point in the history
  • Loading branch information
MarielaTihova committed Jun 27, 2024
1 parent 58449fc commit 582c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data/singersData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ export const SINGERS: Singer[] = [
{
Number: 4,
Title: 'Regret',
Released: new Date('22 Avg 2004'),
Released: new Date('22 Aug 2004'),
Genre: 'Heavy metal',
Album: 'Nemesis'
}]
Expand Down

0 comments on commit 582c3a1

Please sign in to comment.