cleanup commands

This commit is contained in:
2024-10-05 18:48:38 +03:00
parent 52a1ec5c5a
commit bb27811ddf
14 changed files with 119 additions and 123 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
const channel = getContext("channel");
export let folder;
export let schema;
export let expanded = folder.shoudlExpand;
export let expanded = folder.shouldExpand;
function toggleExpand() {
expanded = !expanded;