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 afab4d02f8..43136378c0 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) {}
+ constructor(public path: string, public friendlyName: string, public searchable: boolean) {}
} \ No newline at end of file