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 527c181 commit ca52b20Copy full SHA for ca52b20
npm-packages/dashboard-common/src/features/data/components/IndexList.tsx
@@ -186,7 +186,7 @@ function IndexListRow({
186
<p className="mb-2">
187
Staged indexes are not queryable. To enable this index,
188
replace <code>{stagedIndexSyntaxForType(indexType)}</code>{" "}
189
- with a <code>{indexSyntaxForType(indexType)}</code>in your{" "}
+ with <code>{indexSyntaxForType(indexType)}</code> in your{" "}
190
<code>schema.ts</code> file.
191
</p>
192
</div>
0 commit comments