diff --git a/navigator-vue/src/components/DirectoryEntry.vue b/navigator-vue/src/components/DirectoryEntry.vue index 9198140..68254ab 100644 --- a/navigator-vue/src/components/DirectoryEntry.vue +++ b/navigator-vue/src/components/DirectoryEntry.vue @@ -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)"