Skip to content

Commit

Permalink
fix: set EditableRulesViewModel visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed Jul 2, 2024
1 parent c63450c commit 3bde27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNet.UI/ViewModels/Rules/EditableRulesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace MyNet.UI.ViewModels.Rules
{
internal partial class EditableRulesViewModel<T> : EditableObject
public partial class EditableRulesViewModel<T> : EditableObject
where T : IEditableRule
{
public EditableRulesViewModel() : this([]) { }
Expand Down

0 comments on commit 3bde27c

Please sign in to comment.