Commit 0c88a652 by GD-A-150752

S53614834 # Client - Incoming Issues #Stage Collapses after error

parent 768ab406
<div [ngClass]="{'global-content-area': isGlobalHT}" class="dashboard-content-area second-part">
<app-error-message></app-error-message>
<form #form="ngForm" *ngIf="!showLoader">
<form #form="ngForm">
<div class="ui-g ui-fluid">
<div class="ui-g-12 ui-md-12">
<div class="ui-g ui-fluid">
......
......@@ -705,6 +705,7 @@ export class EditWorkflowTemplateComponent extends BaseComponent implements OnIn
error => {
this.showLoader = false;
this.utilsService.handleError(error);
window.scrollTo(0, 0);
}
)
);
......
......@@ -294,7 +294,7 @@ body .ui-dropdown-panel .ui-dropdown-filter-container {
}
.btn.btn-primary.largeBtn:focus {
background: rgba(255, 255, 255, 0.5) !important;
background: #0e87be !important;
}
.ui-button.ui-button-icon-only {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment