diff --git a/.gitignore b/.gitignore index 8a30d25..a255f99 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.idea/ diff --git a/CsuChhs.Blazor/Components/Common/ErrorMessageComponent.razor b/CsuChhs.Blazor/Components/Common/ErrorMessageComponent.razor new file mode 100644 index 0000000..86f36dd --- /dev/null +++ b/CsuChhs.Blazor/Components/Common/ErrorMessageComponent.razor @@ -0,0 +1,19 @@ + + +@code { + [Parameter] + public string? Message { get; set; } +} \ No newline at end of file diff --git a/CsuChhs.Blazor/CsuChhs.Blazor.csproj b/CsuChhs.Blazor/CsuChhs.Blazor.csproj index a788cb0..e1a1bc1 100644 --- a/CsuChhs.Blazor/CsuChhs.Blazor.csproj +++ b/CsuChhs.Blazor/CsuChhs.Blazor.csproj @@ -6,7 +6,7 @@ enable true CHHS Application Development Team - 1.0.2 + 1.0.3 https://github.com/csu-chhs/CsuChhs.Blazor College of Health and Human Sciences CsuChhs.Blazor