()
| 137 | title: t("TXT_CODE_d73c8510"), |
| 138 | content: t("TXT_CODE_6d9b9f22"), |
| 139 | async onOk() { |
| 140 | changeDesignMode(false); |
| 141 | await saveGlobalLayoutConfig(); |
| 142 | notification.success({ |
| 143 | placement: "top", |
| 144 | message: t("TXT_CODE_47c35915"), |
| 145 | description: t("TXT_CODE_e10c992a") |
| 146 | }); |
| 147 | setTimeout(() => window.location.reload(), 400); |
| 148 | } |
| 149 | }); |
| 150 | }, |
| 151 | conditions: containerState.isDesignMode, |
nothing calls this directly
no test coverage detected