resolve UI issue for internal template

This commit is contained in:
sbwalker
2025-11-14 13:58:36 -05:00
parent efcbdee869
commit 3d34ab83c6
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@
private List<Template> _templates;
private string _template = "-";
private string _minversion = "2.0.0";
private string _type = "External";
private string _type = "";
private string[] _versions;
private string _reference = "local";
private string _location = string.Empty;
@ -185,7 +185,7 @@
else
{
_minversion = "2.0.0";
_type = "-";
_type = "";
}
GetLocation();
}

View File

@ -75,7 +75,7 @@
private List<Template> _templates;
private string _template = "-";
private string _minversion = "2.0.0";
private string _type = "External";
private string _type = "";
private string[] _versions;
private string _reference = "local";
private string _location = string.Empty;
@ -151,7 +151,7 @@
else
{
_minversion = "2.0.0";
_type = "-";
_type = "";
}
GetLocation();
}