()
| 61 | }; |
| 62 | |
| 63 | const saveGlobalLayoutConfig = async () => { |
| 64 | return await setLayoutConfig().execute({ |
| 65 | data: JSON.stringify(globalLayoutConfig.value) |
| 66 | }); |
| 67 | }; |
| 68 | |
| 69 | const resetGlobalLayoutConfig = async () => { |
| 70 | return await resetLayoutConfig().execute(); |
no outgoing calls
no test coverage detected