Skip to content

Commit

Permalink
Add default for skin_hide_download_controls property
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed May 23, 2022
1 parent 01a529c commit 5831110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/serverConfigDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const ServerConfigDefaults: Partial<IServerConfig> = {
skin_home_page_unauthorized_studies_global_message:
'The study is unauthorized. You need to request access.',
comparison_categorical_na_values: 'NA',
skin_hide_download_controls: false,
};

export default ServerConfigDefaults;

0 comments on commit 5831110

Please sign in to comment.