We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9454d76 commit a822d02Copy full SHA for a822d02
JournalApp/Pages/ManageCategoriesPage.razor
@@ -34,7 +34,7 @@
34
Color="Color.Primary" Style="margin-right: -2px;" aria-label="Show in home" />
35
36
<MudButton Class="manage-category-edit-button"
37
- Variant="Variant.Text" OnClick="async () => await Edit(c)" Disabled="c.ReadOnly"
+ Variant="Variant.Text" OnClick="async () => await Edit(c)" Disabled="c.ReadOnly || !c.Enabled"
38
StartIcon="@Icons.Material.Rounded.Edit" Size="Size.Large" aria-label="Make changes">@c.Name</MudButton>
39
</div>
40
}
0 commit comments