trim instance name, fix #225
This commit is contained in:
parent
153dc60f4f
commit
6ab3fc1bd8
|
@ -22,7 +22,7 @@ export class AddNewAccountComponent implements OnInit {
|
|||
private instance: string;
|
||||
@Input()
|
||||
set setInstance(value: string) {
|
||||
this.instance = value;
|
||||
this.instance = value.trim();
|
||||
this.checkComrad();
|
||||
}
|
||||
get setInstance(): string {
|
||||
|
|
Loading…
Reference in New Issue