aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/Navigation.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/services/Navigation.ts')
-rw-r--r--apps/files/src/services/Navigation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/services/Navigation.ts b/apps/files/src/services/Navigation.ts
index 247243a8a74..a39b04b642a 100644
--- a/apps/files/src/services/Navigation.ts
+++ b/apps/files/src/services/Navigation.ts
@@ -41,7 +41,7 @@ export interface Column {
sort?: (nodeA: Node, nodeB: Node) => number
/** Custom summary of the column to display at the end of the list.
Will not be displayed if nothing is provided */
- summary?: (node: Node[]) => string
+ summary?: (node: Node[], view: Navigation) => string
}
export interface Navigation {