Skip to content

Commit

Permalink
Variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasmadei committed Jul 8, 2024
1 parent 7312ee3 commit a484976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FaultTreeOverview = () => {
const [contextMenuAnchor, setContextMenuAnchor] = useState<ElementContextMenuAnchor>(contextMenuDefaultAnchor);
const [createFaultTreeDialogOpen, setCreateFaultTreeDialogOpen] = useState<boolean>(false);
const [selectedSystem] = useSelectedSystemSummaries();
const isTreeCreateDisabled = !selectedSystem;
const isTreeCreationDisabled = !selectedSystem;

useEffect(() => {
const storedView = localStorage.getItem(SELECTED_VIEW) as ViewType;
Expand Down

0 comments on commit a484976

Please sign in to comment.