Skip to content

Commit

Permalink
Merge pull request #540 from kbss-cvut/fix-gate-root-event
Browse files Browse the repository at this point in the history
Fixed gate dropdown menu not present for root event
  • Loading branch information
blcham authored Jul 23, 2024
2 parents 77b0fce + 2d8f4f0 commit b914c5a
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 b914c5a

Please sign in to comment.