Compare commits

...
2 changed files with 2 additions and 2 deletions

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2
WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53
WEB_BRANCH=main
+1 -1
View File
@@ -63,7 +63,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
"tags": true,
"archivers": archivers,
"app_providers": appProviders,
"favorites": true,
"favorites": false,
"full_text_search": cfg.FullTextSearch,
}