Skip to content

Commit

Permalink
fix plan name.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Feb 6, 2024
1 parent 017d323 commit 7fbc839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public BlockGridMigrationPlan(SyncMigrationHandlerCollection migrationHandlers)
SourceVersion = 8,
PreferredMigrators = new Dictionary<string, string>
{
{ UmbConstants.PropertyEditors.Aliases.NestedContent, "NestedToBlockListMigrator" },
{ UmbConstants.PropertyEditors.Aliases.Grid, "GridToBlockGridMigrator" },
}
};
}

0 comments on commit 7fbc839

Please sign in to comment.