[ADF-2923] button type added (#3358)

* button type added

* remove unnecessary code
This commit is contained in:
bbcodrin 2018-05-22 15:40:44 +03:00 committed by Denys Vuika
parent 5aa523d9ac
commit b2e35c3560

View File

@ -28,7 +28,7 @@
<div class="facet-buttons"> <div class="facet-buttons">
<button mat-button color="primary" (click)="reset()"> <button mat-button color="primary" type="button" (click)="reset()">
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }} {{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
</button> </button>
<button mat-button color="primary" type="submit" [disabled]="!form.valid"> <button mat-button color="primary" type="submit" [disabled]="!form.valid">