Skip to content

Commit

Permalink
don't show hierarchy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Dec 10, 2024
1 parent 6dd1d2b commit 57d3317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const setDisplayedRow = (val: Concept | Scheme | null) => {
// @ts-expect-error vue-tsc doesn't like arbitrary properties here
provide(displayedRowKey, { displayedRow, setDisplayedRow });
const showHierarchy = ref(true);
const showHierarchy = ref(false);
</script>

<template>
Expand Down

0 comments on commit 57d3317

Please sign in to comment.