summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/paths-and-names.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/paths-and-names.ts')
-rw-r--r--catalog-ui/src/app/models/paths-and-names.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/models/paths-and-names.ts b/catalog-ui/src/app/models/paths-and-names.ts
index 43136378c0..7304d9641f 100644
--- a/catalog-ui/src/app/models/paths-and-names.ts
+++ b/catalog-ui/src/app/models/paths-and-names.ts
@@ -19,5 +19,5 @@
*/
export class PathsAndNamesDefinition {
- constructor(public path: string, public friendlyName: string, public searchable: boolean) {}
+ constructor(public path: string, public friendlyName: string, public searchable: boolean = true) {}
} \ No newline at end of file