From 39424c5356d317338706a8e604ba3a6b785c4e3a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 30 Mar 2020 16:30:47 +0300 Subject: [PATCH] Don't close namespace menu on select (#175) Signed-off-by: Jari Kolehmainen Signed-off-by: Cody Belcher --- dashboard/client/components/+namespaces/namespace-select.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/client/components/+namespaces/namespace-select.tsx b/dashboard/client/components/+namespaces/namespace-select.tsx index 30ac5ca081..b5004685c9 100644 --- a/dashboard/client/components/+namespaces/namespace-select.tsx +++ b/dashboard/client/components/+namespaces/namespace-select.tsx @@ -86,6 +86,7 @@ export class NamespaceSelectFilter extends React.Component { return ( false} controlShouldRenderValue={false} onChange={({ value: namespace }: SelectOption) => toggleContext(namespace)} @@ -102,4 +103,4 @@ export class NamespaceSelectFilter extends React.Component { /> ) } -} \ No newline at end of file +}