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 fef8475 commit ea91215Copy full SHA for ea91215
packages/compass-indexes/src/components/create-index-form/create-index-form.tsx
@@ -45,7 +45,7 @@ export type CreateIndexFormProps = {
45
onAddFieldClick: () => void; // Plus icon.
46
onRemoveFieldClick: (idx: number) => void; // Minus icon.
47
onTabClick: (tab: Tab) => void;
48
- showIndexesGuidanceVariant: boolean;
+ showIndexesGuidanceVariant?: boolean;
49
};
50
51
function CreateIndexForm({
0 commit comments