Skip to content

Commit 3bf8896

Browse files
committed
fix(search-component): README docs needd to have hideOpenButton instead of hideopenButton
1 parent 7e818ac commit 3bf8896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/search-component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ declare module "solid-js" {
107107
| showFloatingSearchIcon | boolean | false |
108108
| showFloatingInput | boolean | false |
109109
| buttonTriggers | [{ selector: <"query-selector">, mode: "chat"}] | |
110-
| hideopenButton | boolean | false |
110+
| hideOpenButton | boolean | false |
111111
| showResultHighlights | boolean | true |
112112
| initialAiMessage | string (example: "<p>Hi! How can I help</p>") | null |
113113
| ignoreEventListeners | boolean | false |

0 commit comments

Comments
 (0)