Skip to content

Commit 91a889c

Browse files
author
张龙彬
committed
Merge branch 'csghub-wl-jlp' of https://github.com/z275748353/csghub into csghub-wl-jlp
2 parents 27530ed + a17cf85 commit 91a889c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/shared/TabContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
132132
const showFiles = computed(() => {
133133
if (props.repoType === 'endpoint' || props.repoType === 'notebook') return false
134-
if (props.repoType === 'dataset' && !isLoggedIn.value) return false
134+
// if (props.repoType === 'dataset' && !isLoggedIn.value) return false
135135
if (props.repoType === 'space' && props.sdk === 'nginx') return props.settingsVisibility
136136
137137
return true

0 commit comments

Comments
 (0)