🐛 Fix config changer and critical bug in copy config

This commit is contained in:
Manuel
2023-01-17 21:39:29 +01:00
parent 8b3aa72f1c
commit a003d9430a
5 changed files with 19 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ export default function ConfigActions() {
if (!config) return null;
const handleDownload = () => {
// TODO: remove secrets
fileDownload(JSON.stringify(config, null, '\t'), `${config?.configProperties.name}.json`);
};