Make edit work again.
This commit is contained in:
parent
fc66591cc3
commit
93a44cba17
|
@ -54,7 +54,7 @@ export class KeyValueSecretEditPage extends Page {
|
||||||
|
|
||||||
loadingText.remove();
|
loadingText.remove();
|
||||||
|
|
||||||
const secretsJSON = JSON.stringify(sortedObjectMap(secretInfo), null, 4);
|
const secretsJSON = JSON.stringify(Object.fromEntries(sortedObjectMap(secretInfo)), null, 4);
|
||||||
|
|
||||||
const jar = CodeJar(editor, () => {}, { tab: " ".repeat(4) });
|
const jar = CodeJar(editor, () => {}, { tab: " ".repeat(4) });
|
||||||
jar.updateCode(secretsJSON);
|
jar.updateCode(secretsJSON);
|
||||||
|
|
Loading…
Reference in a new issue