Skip to content

Commit 55e188e

Browse files
committed
Remove one strange line
1 parent 2aad3b2 commit 55e188e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx",
3-
"version": "26.0.13",
3+
"version": "26.0.14",
44
"description": "Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.",
55
"exports": {
66
"./data": {

packages/cx/src/widgets/overlay/createHotPromiseWindowFactory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function createHotPromiseWindowFactoryWithProps<Props, R = any>(
4444
let window = Window.create(factory(props)(resolve, reject) as any) as any;
4545
window.overlayWillDismiss = () => {
4646
if (!reloading && unsubscribe) unsubscribe();
47-
return false;
4847
};
4948
dismiss = window.open(store);
5049
}

0 commit comments

Comments
 (0)