Skip to content

Commit

Permalink
BottomBUtton.tsx was not passing dbName alongside it's dbType
Browse files Browse the repository at this point in the history
  • Loading branch information
lanGrape committed Jul 21, 2022
1 parent f33e6d9 commit 884c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/sidebar/BottomButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const BottomButtons = ({ selectedView, setSelectedView, setSelectedDb, selectedD
setSelectedDb('');

ipcRenderer
.invoke('select-db', dbType)
.invoke('select-db', '', dbType)
.catch(() =>
sendFeedback({
type: 'error',
Expand Down

0 comments on commit 884c6c6

Please sign in to comment.