Skip to content

Commit

Permalink
Fixed missing callback function
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed May 15, 2024
1 parent 19d0479 commit b76c75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/connection/Connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const Connection = ({ onConnect }: Props) => {
show={showLog}
onShow={setShowLog}
controllerService={controllerService}
onError={() => {}}
/>
)}
</div>
Expand Down

0 comments on commit b76c75a

Please sign in to comment.