There was an error while loading. Please reload this page.
2 parents b250ce3 + 00aa30d commit 43f0b0eCopy full SHA for 43f0b0e
1 file changed
src/layout/index.js
@@ -126,6 +126,8 @@ export function Layout (props) {
126
<SearchField
127
onChange={e => onChanged(e.target.value)}
128
onSearch={e => search(e.target.value)}
129
+ onClear={() => setQuery('')}
130
+ showClear={!!query}
131
debounceMs={1000}
132
onSelected={value => generateReport(value)}
133
autocomplete={false}
0 commit comments