From e40cd202878d9ae8dfd1645f1ecf015263dabf14 Mon Sep 17 00:00:00 2001 From: Jens Vannerum Date: Mon, 16 Jan 2023 09:55:52 +0100 Subject: [PATCH] 97049: Disable the vocabulary by default --- src/config/default-app-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/default-app-config.ts b/src/config/default-app-config.ts index aab5b9df4e..d7b3efc2ed 100644 --- a/src/config/default-app-config.ts +++ b/src/config/default-app-config.ts @@ -394,7 +394,7 @@ export class DefaultAppConfig implements AppConfig { { filter: 'subject', vocabulary: 'srsc', - enabled: true + enabled: false } ]; }