We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27530ed + a17cf85 commit 91a889cCopy full SHA for 91a889c
frontend/src/components/shared/TabContainer.vue
@@ -131,7 +131,7 @@
131
132
const showFiles = computed(() => {
133
if (props.repoType === 'endpoint' || props.repoType === 'notebook') return false
134
- if (props.repoType === 'dataset' && !isLoggedIn.value) return false
+ // if (props.repoType === 'dataset' && !isLoggedIn.value) return false
135
if (props.repoType === 'space' && props.sdk === 'nginx') return props.settingsVisibility
136
137
return true
0 commit comments