resolve comment icons
This commit is contained in:
@@ -2,7 +2,7 @@ namespace EnvelopeGenerator.WebUI.Client.Options;
|
||||
|
||||
public class ApiOptions
|
||||
{
|
||||
public const string SectionName = "ApiOptions";
|
||||
public const string SectionName = "Api";
|
||||
|
||||
public string BaseUrl { get; set; } = string.Empty;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ namespace EnvelopeGenerator.WebUI.Client.Options;
|
||||
|
||||
public class PdfViewerOptions
|
||||
{
|
||||
public const string SectionName = "PdfViewerOptions";
|
||||
public const string SectionName = "PdfViewer";
|
||||
|
||||
/// <summary>
|
||||
/// Base scale for thumbnail rendering (0.2 - 1.5 recommended)
|
||||
|
||||
Reference in New Issue
Block a user