We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fac3e3 commit 74d05ecCopy full SHA for 74d05ec
1 file changed
packages/eui/src/components/basic_table/in_memory_table.tsx
@@ -85,10 +85,10 @@ type InMemoryTableProps<T extends object> = Omit<
85
*/
86
noItemsMessage?: ReactNode;
87
/**
88
- * Configures the search bar. Can be `true` for defaults,
+ * Configures the search bar. Can be `true` for defaults,
89
* or an {@link EuiSearchBarProps} object.
90
*
91
- * When `searchFormat="text"`, `query` and `defaultQuery` must be strings
+ * When `searchFormat="text"`, `query` and `defaultQuery` must be strings
92
* ({@link Query} objects are ignored).
93
94
search?: Search;
0 commit comments