Skip to content

Commit

Permalink
Merge pull request #72 from antoniovizuete/35-add-database-object-sug…
Browse files Browse the repository at this point in the history
…gestions

🐛 Be able to query for tables even the pass is empty
  • Loading branch information
antoniovizuete committed Jan 23, 2023
2 parents 15bb1de + e208968 commit 306adcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useMonacoConfigSupplier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const useMonacoConfigSupplier = ({ jsonParams }: Params) => {
useEffect(() => {
let subs: IDisposable[] = [];

if (monaco && password) {
if (monaco) {
getTablesSuggestionProvider({
password,
...urlState,
Expand Down

0 comments on commit 306adcf

Please sign in to comment.