Skip to content
Snippets Groups Projects

Resolve "Réorganisation criterion (null, not null)"

Merged Angapay Divin requested to merge 41-reorganisation-criterion-null-not-null into develop
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2,7 +2,7 @@
<div class="row form-group">
<div class="col-md-3 col-sm-auto pr-sm-1 mb-1 mb-lg-0">
<select class="custom-select" (change)="labelOnChange()" formControlName="label">
<option [value]="'In'">In</option>
<option [value]="">In</option>
<option [value]="'nl'">Null</option>
<option [value]="'nnl'">Not Null</option>
</select>
Loading