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 0bffb5d + 38d3660 commit 03ed276Copy full SHA for 03ed276
1 file changed
src/views/FileSharingPicker.js
@@ -42,5 +42,7 @@ export default {
42
43
})
44
},
45
- condition: self => true,
+ condition: self => {
46
+ return !!OC.appswebroots.deck
47
+ },
48
}
0 commit comments