Skip to content

Commit

Permalink
Merge pull request #532 from ncats/ssg4mschemeviewfix
Browse files Browse the repository at this point in the history
Update scheme view
  • Loading branch information
tylerperyea authored Aug 7, 2024
2 parents 5da8ef3 + 4ae0692 commit 23cab86
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ export class SubstanceFormSsg4mProcessCardComponent extends SubstanceCardBaseFil
//TODO: make more configurable and standardized
console.log("About to configure the scheme view");
window['schemeUtil'].debug = false;

window['schemeUtil'].maxContinuousSteps = 1;
window['schemeUtil'].maxTextLen = 19;
window['schemeUtil'].BREAK_GAP = 300;
window['schemeUtil'].maxTitleTextLen = 100;

const url = `${(this.configService.configData && this.configService.configData.apiBaseUrl) || '/'}api/v1/`;
const httpp = this.http;
window['schemeUtil'].apiBaseURL = url;
Expand Down

0 comments on commit 23cab86

Please sign in to comment.