feat: burg group editor - form

This commit is contained in:
Azgaar 2024-10-07 23:44:17 +02:00
parent 511d8f37d8
commit b6708bf698
11 changed files with 274 additions and 68 deletions

View file

@ -51,10 +51,10 @@ function parseTransform(string) {
JSON.isValid = str => {
try {
JSON.parse(str);
return true;
} catch (e) {
return false;
}
return true;
};
function sanitizeId(string) {