fix typo in prop name for sort callback

This commit is contained in:
joshuaboud 2022-05-25 16:58:53 -03:00
parent a0c179380d
commit 93a0b39ecb
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -62,7 +62,7 @@
v-if="directoryLike && showEntries" v-if="directoryLike && showEntries"
:path="entry.path" :path="entry.path"
:isChild="true" :isChild="true"
:inheritedSortCallback="inheritedSortCallback" :sortCallback="inheritedSortCallback"
:searchFilterRegExp="searchFilterRegExp" :searchFilterRegExp="searchFilterRegExp"
@cd="(...args) => $emit('cd', ...args)" @cd="(...args) => $emit('cd', ...args)"
@edit="(...args) => $emit('edit', ...args)" @edit="(...args) => $emit('edit', ...args)"