We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d29b9 commit 06e6131Copy full SHA for 06e6131
jbrowse/src/client/JBrowse/Browser/Browser.tsx
@@ -73,7 +73,7 @@ function applyUrlParams(json, queryParam) {
73
74
function View(){
75
const queryParam = new URLSearchParams(window.location.search);
76
- const session = queryParam.get('session')
+ const session = queryParam.get('session') || queryParam.get('database')
77
78
const [state, setState] = useState(null);
79
const [bgColor, setBgColor] = useState(null)
0 commit comments