Skip to content

Commit 6670d59

Browse files
committed
updated Pheobe options drop down to include options for creating new step and part nodes
1 parent bda4c6b commit 6670d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MESS/MESS.Blazor/Components/Pages/Phoebe/MenuBar/MenuBarPhoebe.razor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
OnClick="ToggleActive" Disabled="@(!HasInstruction)">Active</FluentMenuItem>
4545
<FluentDivider></FluentDivider>
4646
<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>
4750
</FluentMenu>
4851
</div>
4952

0 commit comments

Comments
 (0)