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