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 0bc8a0f + c93b4a0 commit c55b980Copy full SHA for c55b980
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