Skip to content

Commit ca52b20

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Small spacing fix to dashboard index view (#39955)
GitOrigin-RevId: e698d05e169141ba5c228412f720405830822346
1 parent 527c181 commit ca52b20

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard-common/src/features/data/components

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/data/components/IndexList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function IndexListRow({
186186
<p className="mb-2">
187187
Staged indexes are not queryable. To enable this index,
188188
replace <code>{stagedIndexSyntaxForType(indexType)}</code>{" "}
189-
with a <code>{indexSyntaxForType(indexType)}</code>in your{" "}
189+
with <code>{indexSyntaxForType(indexType)}</code> in your{" "}
190190
<code>schema.ts</code> file.
191191
</p>
192192
</div>

0 commit comments

Comments
 (0)