redundant stop modifier
This commit is contained in:
@@ -19,9 +19,10 @@
|
|||||||
search-text="{{ __('Search holdings, portfolios, or anything else...') }}"
|
search-text="{{ __('Search holdings, portfolios, or anything else...') }}"
|
||||||
no-results-text="{{ __('Darn! Nothing found for that search.') }}"
|
no-results-text="{{ __('Darn! Nothing found for that search.') }}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<x-button
|
<x-button
|
||||||
icon="o-magnifying-glass"
|
icon="o-magnifying-glass"
|
||||||
@click.stop="$dispatch('mary-search-open')"
|
@click="$dispatch('mary-search-open')"
|
||||||
class="btn-sm"
|
class="btn-sm"
|
||||||
>
|
>
|
||||||
<x-slot:label>
|
<x-slot:label>
|
||||||
|
|||||||
Reference in New Issue
Block a user