Merge pull request #2985 from vnetonline/fix-modulesettings-resource-type-name

[FIX] - Fixed the ResourceType in Module Settings with correct NameSpace
This commit is contained in:
Shaun Walker 2023-07-10 07:41:34 -04:00 committed by GitHub
commit 11604bbcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
</div>
@code {
private string resourceType = "[Owner].[Module].Settings, [Owner].[Module].Client.Oqtane"; // for localization
private string resourceType = "[Owner].Module.[Module].Settings, [Owner].Module.[Module].Client.Oqtane"; // for localization
public override string Title => "[Module] Settings";
string _value;