We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c32c926 + f822d0c commit 3aadeceCopy full SHA for 3aadece
1 file changed
src/components/StructureEditor.vue
@@ -97,12 +97,12 @@ const sections = ref([{
97
if (!globalStore.session.loggedIn) {
98
return 'Must be logged in';
99
}
100
- if (!structure.value.endpoint) {
101
- return 'Must connect an endpoint to your project'
102
- }
+ // if (!structure.value.endpoint) {
+ // return 'Must connect an endpoint to your project'
+ // }
103
return 'Unknown'
104
},
105
- disabled: () => !globalStore.session.loggedIn || !structure.value.endpoint
+ disabled: () => !globalStore.session.loggedIn// || !structure.value.endpoint
106
}, {
107
key: 'settings',
108
icon: 'mdi-cog',
0 commit comments