From 61a58c431535bbdb1b77489af4a3e47f9442103d Mon Sep 17 00:00:00 2001 From: geido Date: Mon, 25 Oct 2021 19:20:04 +0000 Subject: [PATCH] Remove trailing space --- superset-frontend/src/components/Select/Select.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/Select/Select.stories.tsx b/superset-frontend/src/components/Select/Select.stories.tsx index 67e60163668a..d64eb78a4c3a 100644 --- a/superset-frontend/src/components/Select/Select.stories.tsx +++ b/superset-frontend/src/components/Select/Select.stories.tsx @@ -112,7 +112,7 @@ const ARG_TYPES = { }, }, allowNewOptions: { - description: `It enables the user to create new options. + description: `It enables the user to create new options. Can be used with standard or async select types. Can be used with any mode, single or multiple. False by default. `,