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
Files
26
/**
* This file is part of Anis Client.
*
* @copyright Laboratoire d'Astrophysique de Marseille / CNRS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { Directive } from '@angular/core';
import { FormGroup } from '@angular/forms';
@@ -27,6 +36,7 @@ export abstract class AbstractSearchTypeComponent {
} else {
this.form.enable();
this.form.reset();
this.nullOrNotNull = '';
}
}
Loading