Skip to content

Commit cad7973

Browse files
author
Mariela Tihova
authored
fix(Hgrid): Fixed sample data issue #3487 (#3502)
1 parent 58449fc commit cad7973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/data/singersData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ export const SINGERS: Singer[] = [
15561556
{
15571557
Number: 4,
15581558
Title: 'Regret',
1559-
Released: new Date('22 Avg 2004'),
1559+
Released: new Date('22 Aug 2004'),
15601560
Genre: 'Heavy metal',
15611561
Album: 'Nemesis'
15621562
}]

0 commit comments

Comments
 (0)