cleanup commands
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user