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 add521b commit 09f1758Copy full SHA for 09f1758
packages/compass-indexes/src/components/create-index-form/create-index-form.tsx
@@ -170,8 +170,10 @@ function CreateIndexForm({
170
/>
171
)}
172
173
- {/* TODO in CLOUDP-314036: update the accordion design */}
174
- <Accordion data-testid="create-index-modal-toggle-options" text="Options">
+ <Accordion
+ data-testid="create-index-modal-toggle-options"
175
+ text={showIndexesGuidanceVariant ? 'Index Options' : 'Options'}
176
+ >
177
<div
178
data-testid="create-index-modal-options"
179
className={createIndexModalOptionStyles}
0 commit comments