Fix regression in clearSelection
parent
bdc964d2ee
commit
baaf64e589
|
@ -76,7 +76,7 @@
|
||||||
<NcActions>
|
<NcActions>
|
||||||
<NcActionButton
|
<NcActionButton
|
||||||
:aria-label="t('memories', 'Cancel selection')"
|
:aria-label="t('memories', 'Cancel selection')"
|
||||||
@click="clearSelection"
|
@click="clearSelection()"
|
||||||
class="icon-close">
|
class="icon-close">
|
||||||
{{ t('memories', 'Cancel') }}
|
{{ t('memories', 'Cancel') }}
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
|
|
Loading…
Reference in New Issue