mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1777] Remove unused parameter from search parameter method
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<form #f="ngForm" (ngSubmit)="onSearch(f.value)" class="adf-search-form">
|
<form #f="ngForm" (ngSubmit)="onSearch()" class="adf-search-form">
|
||||||
<div class="adf-search-container"
|
<div class="adf-search-container"
|
||||||
[@transitionMessages]="subscriptAnimationState">
|
[@transitionMessages]="subscriptAnimationState">
|
||||||
<a mat-icon-button
|
<a mat-icon-button
|
||||||
|
Reference in New Issue
Block a user