mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:01:32 +00:00
Rename config.ide.reloadIframeOnDeploy.. to match new options
This commit is contained in:
parent
3af98a0c19
commit
ce192891d8
@ -27,7 +27,7 @@ export const config = {
|
||||
defaultLanguage: 'text',
|
||||
deployProcessName: 'webservice',
|
||||
showDeployButton: true,
|
||||
reloadIframeOnDeployButtonClick: true,
|
||||
reloadIframeOnDeploy: true,
|
||||
showConsoleOnDeploy: true,
|
||||
},
|
||||
terminal: {
|
||||
|
@ -50,7 +50,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
this.deploymentNotificationSubscription = this.deploymentNotificationService.deploying.subscribe(
|
||||
(deploying) => {
|
||||
this.deploying = deploying;
|
||||
if (!deploying && config.ide.reloadIframeOnDeployButtonClick) {
|
||||
if (!deploying && config.ide.reloadIframeOnDeploy) {
|
||||
this.reloadIframe();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user