Skip to content

Commit

Permalink
fix issue with scheme editor path
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Nov 21, 2024
1 parent a5cc563 commit 7ea336a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arches_lingo/src/arches_lingo/pages/SchemeReport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import SchemeNote from "@/arches_lingo/components/scheme/report/SchemeNote.vue";
import SchemeUri from "@/arches_lingo/components/scheme/report/SchemeUri.vue";
import SchemeStandard from "@/arches_lingo/components/scheme/report/SchemeStandard.vue";
import SchemeAuthority from "@/arches_lingo/components/scheme/report/SchemeAuthority.vue";
import SchemeEditor from "@/arches_lingo/components/detail/SchemeEditor.vue";
import SchemeEditor from "@/arches_lingo/components/scheme/editor/SchemeEditor.vue";
const editorVisible = ref<boolean>(true);
const sectionVisible = ref<boolean>(true);
Expand Down

0 comments on commit 7ea336a

Please sign in to comment.