We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ed70a commit 6b23419Copy full SHA for 6b23419
1 file changed
src/client/store.js
@@ -429,12 +429,13 @@ export const fetchData = async (url) => {
429
}
430
431
432
-// FIXME: this seems to not have any effect and it is not documented anyway
+/* FIXME: this seems to not have any effect and it is not documented anyway
433
// Preload properties of qualified statements
434
if (config.properties) {
435
const properties = await fetchData(config.properties)
436
saveConceptsWithOptions({ returnNullOnError: true })(properties)
437
438
+*/
439
440
export const fetchStatusesForRegistries = async () => {
441
const fetchedStatuses = await Promise.all(
0 commit comments