From 6256d0c24ad65757dceb396ba66b352268f400aa Mon Sep 17 00:00:00 2001 From: Tracy Lum <11878752+talum@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:05:48 -0400 Subject: [PATCH] Remove as summary in filtered search component Using as="summary" here results in a React warning. --- docs/content/FilteredSearch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/FilteredSearch.mdx b/docs/content/FilteredSearch.mdx index ba20ba88690..e2b6a781762 100644 --- a/docs/content/FilteredSearch.mdx +++ b/docs/content/FilteredSearch.mdx @@ -15,7 +15,7 @@ The FilteredSearch component helps style an ActionMenu and a TextInput side-by-s ```jsx live - Filter + Filter Item 1