Remove issue templates

This commit is contained in:
Laura Hausmann
2023-10-12 21:01:51 +02:00
parent 114fd1a521
commit 4a61246750
5 changed files with 3 additions and 169 deletions

View File

@@ -93,7 +93,9 @@ async function loadState() {
"admin": false,
"delete_others_notice": false
},
"settings": {}
"settings": {
}
};
const json = JSON.stringify(state);