Skip to content

Commit e0638a1

Browse files
committed
disable study list
1 parent 505b7d6 commit e0638a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/viewer/public/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ window.config = {
22
// default: '/'
33
routerBasename: '/',
44
extensions: [],
5-
showStudyList: true,
5+
showStudyList: false,
66
filterQueryParam: true,
77
disableServersCache: true,
88
httpErrorHandler: error => {

0 commit comments

Comments
 (0)