Skip to content

Commit

Permalink
fix: bump inspector + optional url query param
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Mar 17, 2020
1 parent ba687ac commit 78d22b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@material-ui/icons": "^3.0.2",
"@open-rpc/docs-react": "^1.1.5",
"@open-rpc/examples": "^1.3.3",
"@open-rpc/inspector": "^1.3.6",
"@open-rpc/inspector": "^1.3.7",
"@open-rpc/meta-schema": "^1.7.0",
"@open-rpc/schema-utils-js": "^1.11.1",
"@use-it/interval": "^0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/stores/searchBarStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import queryParamStore from "./queryParamsStore";
export default createStore(() => {
const [query] = queryParamStore();

return useSearchBar(query.schemaUrl);
return useSearchBar(query.schemaUrl || query.url);
});

0 comments on commit 78d22b5

Please sign in to comment.