Skip to content

Commit 5f7e76c

Browse files
committed
chore: update
1 parent 7074e32 commit 5f7e76c

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/app/pages/session/[session]/graph

1 file changed

+1
-1
lines changed

packages/vite/src/app/pages/session/[session]/graph/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const props = defineProps<{
1616
1717
const route = useRoute()
1818
const router = useRouter()
19-
const pathSelectorVisible = ref(true)
19+
const pathSelectorVisible = ref(false)
2020
const pathNodes = ref({
2121
start: '',
2222
end: '',

0 commit comments

Comments
 (0)