We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d894cd0 commit 879db64Copy full SHA for 879db64
remote.js
@@ -1262,7 +1262,7 @@ const Remote = {
1262
// we came here from adding a module
1263
self.get("get", `data=defaultConfig&module=${name}`, (response) => {
1264
const newData = JSON.parse(response);
1265
- moduleData.push({module: name, config: newData});
+ moduleData.push({module: name, config: newData.data});
1266
const index = moduleData.length - 1;
1267
self.changedModules.push(index);
1268
self.appendModuleEditElements(parent, moduleData);
0 commit comments