Skip to content

Commit ea91215

Browse files
committed
make showIndexesGuidanceVariant optional
1 parent fef8475 commit ea91215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/components/create-index-form/create-index-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export type CreateIndexFormProps = {
4545
onAddFieldClick: () => void; // Plus icon.
4646
onRemoveFieldClick: (idx: number) => void; // Minus icon.
4747
onTabClick: (tab: Tab) => void;
48-
showIndexesGuidanceVariant: boolean;
48+
showIndexesGuidanceVariant?: boolean;
4949
};
5050

5151
function CreateIndexForm({

0 commit comments

Comments
 (0)