mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 16:14:25 +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"
|
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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user