Skip to content

Commit

Permalink
SHIBUI-816 Removed validation for entity id
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 29, 2018
1 parent 3de9119 commit 60e1c15
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export class FilterTargetComponent extends ObjectWidget implements OnDestroy, Af
search: FormControl = new FormControl(
'',
[],
[
EntityValidators.existsInCollection(this.store.select(fromFilters.getEntityCollection))
]
[]
);

script: FormControl = new FormControl(
Expand Down

0 comments on commit 60e1c15

Please sign in to comment.