Skip to content

Commit

Permalink
bring up store
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent 9572ed0 commit 65970d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dicom-connect/table.js
Expand Up @@ -92,7 +92,7 @@ function initialize() {
console.log('params')
console.log(params)
// store
const store = new Store('../../../data/');
const store = new Store('../../data/');
if(params.status=='studies'&&params.source){
page_states.status = params.status;
}else if(params.status=='series'&&params.source&&params.studyId) { // series table
Expand Down

0 comments on commit 65970d8

Please sign in to comment.