Add save icon beneath console editor

This commit is contained in:
Pat Hartl 2023-08-22 23:33:34 -05:00
parent fcb4991364
commit 91dd9df3ce

View file

@ -116,6 +116,8 @@
else
{
<ServerConsoleEditor @bind-Value="Server.ServerConsoles" ServerId="Id" />
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
}
}