Skip to content

Commit

Permalink
Merge pull request #344 from kbss-cvut/fix-create-fta
Browse files Browse the repository at this point in the history
Fixed FTA creation
  • Loading branch information
blcham authored Jun 3, 2024
2 parents a70c523 + f1500b2 commit 56d1310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/dialog/faultTree/FaultTreeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const FaultTreeDialog = ({ open, handleCloseDialog }) => {

// TODO: Add full system from System Context Provider
const faultTree = {
name: values.name,
system: { name: systemName },
name: values.faultTreeName,
manifestingEvent: rootEvent,
} as FaultTree;

Expand Down

0 comments on commit 56d1310

Please sign in to comment.