mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-2923] button type added (#3358)
* button type added * remove unnecessary code
This commit is contained in:
parent
5aa523d9ac
commit
b2e35c3560
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<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 }}
|
||||
</button>
|
||||
<button mat-button color="primary" type="submit" [disabled]="!form.valid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user