@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.
|
@@ -4424,9 +4424,9 @@ var useModalStore = /*#__PURE__*/zustand.create(function (set) {
|
|
|
4424
4424
|
hide: function hide() {
|
|
4425
4425
|
set(function (state) {
|
|
4426
4426
|
return _extends({}, state, {
|
|
4427
|
-
modalProps: {
|
|
4427
|
+
modalProps: _extends({}, state.modalProps, {
|
|
4428
4428
|
isVisible: false
|
|
4429
|
-
}
|
|
4429
|
+
})
|
|
4430
4430
|
});
|
|
4431
4431
|
});
|
|
4432
4432
|
}
|