Skip to content

Commit

Permalink
Merge pull request #2985 from vnetonline/fix-modulesettings-resource-…
Browse files Browse the repository at this point in the history
…type-name

[FIX] - Fixed the ResourceType in Module Settings with correct NameSpace
  • Loading branch information
sbwalker committed Jul 10, 2023
2 parents 5abf0df + cf42859 commit 11604bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 11604bb

Please sign in to comment.