Refactoring, database structure changed
This commit is contained in:
12
WatchIt.Website/Components/Panels/Common/ErrorPanel.razor.cs
Normal file
12
WatchIt.Website/Components/Panels/Common/ErrorPanel.razor.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace WatchIt.Website.Components.Panels.Common;
|
||||
|
||||
public partial class ErrorPanel : Component
|
||||
{
|
||||
#region PARAMETERS
|
||||
|
||||
[Parameter] public string? ErrorMessage { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user