Add approval template revision administration

This commit is contained in:
2026-08-04 01:04:39 +02:00
parent 3abbe117e5
commit 7f64247625
15 changed files with 833 additions and 36 deletions
+4 -1
View File
@@ -16,5 +16,8 @@
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20"
},
"peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } }
"peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } },
"scripts": {
"test:approval-templates": "node tests/approval-templates-ui-structure.test.mjs"
}
}