mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +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">
|
<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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user