Skip to content

Commit 52a2471

Browse files
committed
refactor(migrations): add missing migration for TabsType
1 parent 039ca6d commit 52a2471

File tree

1 file changed

+4
-0
lines changed
  • projects/igniteui-angular/migrations/update-9_0_0/changes

1 file changed

+4
-0
lines changed

projects/igniteui-angular/migrations/update-9_0_0/changes/classes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
{
4545
"name": "SliderType",
4646
"replaceWith": "IgxSliderType"
47+
},
48+
{
49+
"name": "TabsType",
50+
"replaceWith": "IgxTabsType"
4751
}
4852
]
4953
}

0 commit comments

Comments
 (0)