diff --git a/Seenginx.Components/Seenginx.Components.csproj b/Seenginx.Components/Seenginx.Components.csproj index 6084ebc..7955aa3 100644 --- a/Seenginx.Components/Seenginx.Components.csproj +++ b/Seenginx.Components/Seenginx.Components.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -7,9 +7,9 @@ - - - + + + diff --git a/Seenginx.Models/NewFileForm.cs b/Seenginx.Models/NewFileForm.cs index 68ff445..883d57a 100644 --- a/Seenginx.Models/NewFileForm.cs +++ b/Seenginx.Models/NewFileForm.cs @@ -7,5 +7,7 @@ namespace Seenginx.Models public class NewFileForm { public string Name { get; set; } + public string SelectedTemplate { get; set; } = "0"; + public List