From 21e499f7f6a203b13c2f4f5f3b18d1387a26e963 Mon Sep 17 00:00:00 2001 From: Daniil Pletnev <4695397+dividead@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:28:32 +0200 Subject: [PATCH] Update Select/types.ts --- src/components/Select/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Select/types.ts b/src/components/Select/types.ts index 0cb6553d2f..9f280fa754 100644 --- a/src/components/Select/types.ts +++ b/src/components/Select/types.ts @@ -128,7 +128,7 @@ export type SelectProps = QAProps & }; export type SelectOption = QAProps & - ControlGroupOption & { + ControlGroupOption & { text?: string; data?: T; };