Skip to content

Commit

Permalink
Fix reset neuron functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbn committed Dec 27, 2023
1 parent b9eb218 commit 240d38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/neuron/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const EditModal = ({ visible, onClose, neuron = empty, onSave }: Props) => {
ntree: item.ntree,
created: getTimeStamp(new Date()),
} as Neuron);
onClose();
}
};

Expand Down

0 comments on commit 240d38b

Please sign in to comment.