Skip to content

Commit 9de8956

Browse files
committed
fixes FilteredSearch docs data import path
1 parent 9b08c82 commit 9de8956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/FilteredSearch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ status: Deprecated
55
description: The FilteredSearch component helps style an ActionMenu and a TextInput side-by-side.
66
---
77

8-
import data from '../../src/FilteredSearch/FilteredSearch.docs.json'
8+
import data from '../../src/deprecated/FilteredSearch/FilteredSearch.docs.json'
99

1010
**Note:** You _must_ use a `TextInput` and `ActionMenu` (or native `<details>` and `<summary>`) in order for this component to work properly.
1111

0 commit comments

Comments
 (0)