Skip to content

Commit

Permalink
don't show editor pane by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Dec 10, 2024
1 parent 57d3317 commit d8b31c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches_lingo/src/arches_lingo/pages/SchemePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SchemeStandard from "@/arches_lingo/components/scheme/report/SchemeStanda
import SchemeAuthority from "@/arches_lingo/components/scheme/report/SchemeAuthority.vue";
import SchemeEditor from "@/arches_lingo/components/scheme/editor/SchemeEditor.vue";
const editorVisible = ref(true);
const editorVisible = ref(false);
const sectionVisible = ref(true);
const editorTab = ref<string>();
type sectionTypes =
Expand Down

0 comments on commit d8b31c3

Please sign in to comment.