[FIX] - Fixed the Resource Type in Module Settings with correct Namespace

This commit is contained in:
vnetonline 2023-07-10 12:52:02 +10:00
parent 5abf0df154
commit cf428598d5

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;