@app-studio/web 0.3.50 → 0.3.51

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/dist/web.esm.js CHANGED
@@ -4417,9 +4417,9 @@ var useModalStore = /*#__PURE__*/create(function (set) {
4417
4417
  hide: function hide() {
4418
4418
  set(function (state) {
4419
4419
  return _extends({}, state, {
4420
- modalProps: {
4420
+ modalProps: _extends({}, state.modalProps, {
4421
4421
  isVisible: false
4422
- }
4422
+ })
4423
4423
  });
4424
4424
  });
4425
4425
  }