set the visible default to true.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
public MessageType Type { get; set; }
|
||||
|
||||
[Parameter]
|
||||
public bool Visible{ get; set; }
|
||||
public bool Visible { get; set; } = true;
|
||||
|
||||
public void RefreshMessage(string message, MessageType type, bool visible)
|
||||
{
|
||||
|
Reference in New Issue
Block a user