Clearing Entity Click View on Clear and other notes
This commit is contained in:
@@ -11,9 +11,7 @@ class Website {
|
||||
} else {
|
||||
const hook = process.env.TEST_HOOK || '';
|
||||
this.deploymentType = hook.includes('localhost') ? 'Local' : 'Dev';
|
||||
this.baseUrl = this.deploymentType === 'Dev'
|
||||
? 'https://calm-mud-04916b210.1.azurestaticapps.net'
|
||||
: 'https://localhost:7234';
|
||||
this.baseUrl = 'https://localhost:7234';
|
||||
}
|
||||
|
||||
const BuildCalculatorPage = require('../pages/buildCalculatorPage');
|
||||
|
||||
Reference in New Issue
Block a user