@onehat/ui 0.3.311 → 0.3.312

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.311",
3
+ "version": "0.3.312",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -167,7 +167,6 @@ export default function withModal(WrappedComponent) {
167
167
  onClose={onCancel}
168
168
  >
169
169
  <Panel
170
- {...props}
171
170
  reference="modal"
172
171
  isCollapsible={false}
173
172
  bg="#fff"