@open-condo/ui 1.24.0 → 1.24.1
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/index.js
CHANGED
|
@@ -69380,6 +69380,7 @@ function useModal_useModal() {
|
|
|
69380
69380
|
var closeFn;
|
|
69381
69381
|
var modal = /*#__PURE__*/external_react_default().createElement(Modal_useModal_HookModal, {
|
|
69382
69382
|
key: modalCounter,
|
|
69383
|
+
ref: modalRef,
|
|
69383
69384
|
afterClose: function afterClose() {
|
|
69384
69385
|
var _closeFn;
|
|
69385
69386
|
|