1
0

97049: Disable the vocabulary by default

This commit is contained in:
Jens Vannerum
2023-01-16 09:55:52 +01:00
parent e0cadec2c2
commit e40cd20287

View File

@@ -394,7 +394,7 @@ export class DefaultAppConfig implements AppConfig {
{
filter: 'subject',
vocabulary: 'srsc',
enabled: true
enabled: false
}
];
}