Correct EF Core references

This commit is contained in:
Shaun Walker
2019-08-15 08:25:02 -04:00
parent 03c7a99906
commit 9dbd44b112
3 changed files with 8 additions and 5 deletions

View File

@ -34,8 +34,8 @@
}
else
{
// module does not exist with typename specified
builder.OpenComponent(0, Type.GetType(Constants.ModuleMessageControl));
// module does not exist with typename specified
builder.OpenComponent(0, Type.GetType(Constants.ModuleMessageControl));
builder.AddAttribute(1, "Type", MessageType.Error);
builder.AddAttribute(2, "Message", "Error Loading Component For Module " + ModuleState.ModuleDefinitionName);
builder.CloseComponent();