mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove test strings.
This commit is contained in:
parent
459c63ffbe
commit
cb220f2ea0
@ -19,7 +19,7 @@ public partial class SavedScripts : AuthComponentBase
|
||||
[CascadingParameter]
|
||||
private ScriptsPage ParentPage { get; set; } = null!;
|
||||
|
||||
private SavedScript _selectedScript = new() { Name = "Test Script" };
|
||||
private SavedScript _selectedScript = new() { Name = string.Empty };
|
||||
private string _alertMessage = string.Empty;
|
||||
private string _alertOptionsShowClass = string.Empty;
|
||||
private string _environmentVarsShowClass = string.Empty;
|
||||
@ -74,7 +74,7 @@ public partial class SavedScripts : AuthComponentBase
|
||||
{
|
||||
_selectedScript = new()
|
||||
{
|
||||
Name = "Test Script"
|
||||
Name = string.Empty
|
||||
};
|
||||
}
|
||||
|
||||
@ -95,7 +95,7 @@ public partial class SavedScripts : AuthComponentBase
|
||||
await ParentPage.RefreshScripts();
|
||||
_selectedScript = new()
|
||||
{
|
||||
Name = "Test Script"
|
||||
Name = string.Empty
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user