mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-11-16 09:55:01 +00:00
config-editor-ui testcases (#36)
* add persistent testcases to UI fix textbox resize issue performance improvements * prevent recreating a form when a new config is selected * refactor so that less components access the store * update version * fixes and PR clean fix textarea autosizing, make input default for string type for perf
This commit is contained in:
committed by
GitHub Enterprise
parent
e7d18fead6
commit
0d12b23573
@@ -15,7 +15,7 @@ import * as fromStore from 'app/store';
|
||||
import { cloneDeep } from 'lodash';
|
||||
import { Observable } from 'rxjs';
|
||||
import { take } from 'rxjs/operators';
|
||||
import { TestingDialogComponent } from '../testing-dialog/testing-dialog.component';
|
||||
import { TestingDialogComponent } from '../testing/testing-dialog/testing-dialog.component';
|
||||
|
||||
@Component({
|
||||
selector: 're-deploy-dialog',
|
||||
|
||||
Reference in New Issue
Block a user