We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda4c6b commit 6670d59Copy full SHA for 6670d59
MESS/MESS.Blazor/Components/Pages/Phoebe/MenuBar/MenuBarPhoebe.razor
@@ -44,6 +44,9 @@
44
OnClick="ToggleActive" Disabled="@(!HasInstruction)">Active</FluentMenuItem>
45
<FluentDivider></FluentDivider>
46
<FluentMenuItem OnClick="@ShowEditAssociationsDialog" Disabled="@(!HasInstruction)">Edit Product Associations</FluentMenuItem>
47
+ <FluentDivider/>
48
+ <FluentMenuItem OnClick="@(() => TriggerAndClose(OnNewPart))">New Part</FluentMenuItem>
49
+ <FluentMenuItem OnClick="@(() => TriggerAndClose(OnNewStep))">New Step</FluentMenuItem>
50
</FluentMenu>
51
</div>
52
0 commit comments