Skip to content

Commit

Permalink
Update the initial isShown array value
Browse files Browse the repository at this point in the history
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
  • Loading branch information
itelesheva committed Jun 29, 2023
1 parent 3d221a8 commit 41855ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class SchemaFormComponent implements OnInit {
public options: FormGroup | undefined;
public fields: any[] | undefined = [];
public conditionFields: SchemaField[] = [];
public isShown: boolean[] = [true, true];
public isShown: boolean[] = [true];
public currentIndex: number = 0;

private _patternByNumberType: any = {
Expand Down

0 comments on commit 41855ef

Please sign in to comment.