mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 08:04:39 +02:00
fix typo in prop name for sort callback
This commit is contained in:
parent
a0c179380d
commit
93a0b39ecb
@ -62,7 +62,7 @@
|
||||
v-if="directoryLike && showEntries"
|
||||
:path="entry.path"
|
||||
:isChild="true"
|
||||
:inheritedSortCallback="inheritedSortCallback"
|
||||
:sortCallback="inheritedSortCallback"
|
||||
:searchFilterRegExp="searchFilterRegExp"
|
||||
@cd="(...args) => $emit('cd', ...args)"
|
||||
@edit="(...args) => $emit('edit', ...args)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user