ReliefApplications / bms_front

GNU General Public License v3.0
4 stars 2 forks source link

Fixed #85 #1034

Closed jaime-reliefapps closed 4 years ago

jaime-reliefapps commented 4 years ago

Changed [disable]="!form.valid" to [disable]="form.invalid" to avoid disabling the form group when disabling all its controllers.