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 58c8dd5 + e21c82b commit 96905c8Copy full SHA for 96905c8
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