Skip to content

Commit

Permalink
Fix setting a different catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheumann committed Mar 6, 2024
1 parent a5e8195 commit e2d778a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Elements.Components/src/ContentCatalogRetrieval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public static class ContentCatalogRetrieval
public static void SetCatalogFilePath(string path)
{
catalogFilePath = path;
// if we already have a catalog loaded, clear it out.
catalog = null;
}

/// <summary>
Expand Down

0 comments on commit e2d778a

Please sign in to comment.