Skip to content

Commit

Permalink
[Fix #528] Fixed gate dropdown menu not present for root event
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jul 23, 2024
1 parent 77b0fce commit 2d8f4f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const FaultEventMenu = ({ selectedShapeToolData, onEventUpdated, refreshTree, ro

return (
<Box paddingLeft={2} marginRight={2}>
{shapeToolData && shapeToolData.iri !== rootIri && (
{shapeToolData && (
<ReusableFaultEventsProvider systemUri={selectedSystem?.iri}>
<FaultEventShapeToolPane data={shapeToolData} refreshTree={refreshTree} formMethods={formMethods} />
</ReusableFaultEventsProvider>
Expand Down

0 comments on commit 2d8f4f0

Please sign in to comment.