fix: add missing supportsFuzzyMatching and defaultDataSourceName keys to appConfig

This commit is contained in:
dannyrb 2020-06-25 12:18:23 -04:00
parent c01466762d
commit 58f10e9b09

View File

@ -19,7 +19,9 @@ window.config = {
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
},
},
],
defaultDataSourceName: 'dicomweb',
};