@kaspernj/api-maker 1.0.256 → 1.0.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.256",
19
+ "version": "1.0.258",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -331,6 +331,9 @@ class ApiMakerTable extends React.PureComponent {
331
331
 
332
332
  return (
333
333
  <form className="live-table--filter-form" onSubmit={this.onFilterFormSubmit} ref={filterFormRef}>
334
+ {"s" in qParams &&
335
+ <input name="s" type="hidden" value={qParams.s} />
336
+ }
334
337
  {filterContent({
335
338
  onFilterChanged: submitFilter,
336
339
  onFilterChangedWithDelay: submitFilterDebounce,