Skip to content

Commit

Permalink
Remove unused property.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 14, 2022
1 parent e337e41 commit 875e84c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { Component, Input } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { ArrayFieldPropertiesDto, FieldDto, SchemaTagSource } from '@app/shared';
import { ArrayFieldPropertiesDto, FieldDto } from '@app/shared';

@Component({
selector: 'sqx-array-validation[field][fieldForm][properties]',
Expand All @@ -23,9 +23,4 @@ export class ArrayValidationComponent {

@Input()
public properties!: ArrayFieldPropertiesDto;

constructor(
public readonly schemasSource: SchemaTagSource,
) {
}
}

0 comments on commit 875e84c

Please sign in to comment.