MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / resetGlobalLayoutConfig

Function resetGlobalLayoutConfig

frontend/src/stores/useLayoutConfig.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 };
68
69 const resetGlobalLayoutConfig = async () => {
70 return await resetLayoutConfig().execute();
71 };
72
73 const getSettingsConfig = async () => {
74 return getAllLayoutConfig().find((v) => v.page === "__settings__");

Callers 1

onOkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected