Fix regression in clearSelection

pull/62/head
Varun Patil 2022-09-15 18:43:31 -07:00
parent bdc964d2ee
commit baaf64e589
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<NcActions>
<NcActionButton
:aria-label="t('memories', 'Cancel selection')"
@click="clearSelection"
@click="clearSelection()"
class="icon-close">
{{ t('memories', 'Cancel') }}
</NcActionButton>