mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2923] button type added (#3358)
* button type added * remove unnecessary code
This commit is contained in:
+1
-1
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user