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 ea91215 commit 0975274Copy full SHA for 0975274
packages/compass-indexes/src/components/create-index-form/create-index-form.tsx
@@ -111,7 +111,7 @@ function CreateIndexForm({
111
112
{/* Only show the fields if user is in the Start with an index flow or if they're in the control */}
113
{fields.length > 0 &&
114
- (showIndexesGuidanceVariant ? currentTab === 'IndexFlow' : true) ? (
+ (!showIndexesGuidanceVariant || currentTab === 'IndexFlow') ? (
115
<CreateIndexFields
116
schemaFields={schemaFieldNames}
117
fields={fields}
0 commit comments