Skip to content

Commit 06fe1f2

Browse files
authored
fix(material/schematics): fix transform for FloatLabelType (#26234)
Fixes #26223
1 parent 90e7f30 commit 06fe1f2

File tree

1 file changed

+1
-1
lines changed
  • src/material/schematics/ng-update/migrations/legacy-components-v15

1 file changed

+1
-1
lines changed

src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const CUSTOM_TS_SYMBOL_RENAMINGS = [
6262
{old: 'DialogPosition', new: 'LegacyDialogPosition'},
6363
{old: '_closeDialogVia', new: '_closeLegacyDialogVia'},
6464
{old: 'FormFieldControlHarness', new: 'LegacyFormFieldControlHarness'},
65-
{old: 'LegacyFloatLabelType', new: 'LegacyFloatLabelType'},
65+
{old: 'FloatLabelType', new: 'LegacyFloatLabelType'},
6666
{old: 'getMatFormFieldDuplicatedHintError', new: 'getMatLegacyFormFieldDuplicatedHintError'},
6767
{old: 'getMatFormFieldMissingControlError', new: 'getMatLegacyFormFieldMissingControlError'},
6868
{

0 commit comments

Comments
 (0)