We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2dd2c commit 6fe60feCopy full SHA for 6fe60fe
lapis-docs/src/content/docs/concepts/variant-query.mdx
@@ -7,7 +7,7 @@ import { OnlyIf } from '../../../components/OnlyIf.tsx';
7
import { hasFeature } from '../../../config.ts';
8
9
{/* prettier-ignore */}
10
-<OnlyIf condition={hasFeature('sarsCoV2VariantQuery')}>
+<OnlyIf condition={!hasFeature('sarsCoV2VariantQuery')}>
11
:::note
12
This feature is not enabled for this LAPIS instance.
13
It must be enabled in the `features` section of the database configuration by the maintainer of the instance.
0 commit comments