We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dbec78 + 39294a9 commit 7c9d550Copy full SHA for 7c9d550
1 file changed
src/views/SharingPopup.vue
@@ -208,6 +208,7 @@ export default {
208
},
209
210
closeThisModal() {
211
+ this.modal = false
212
const currentUrl = window.location.search
213
window.OCA.Files.Sidebar.setActiveTab('sharing-manage')
214
window.OCA.Files.Sidebar.close()
@@ -521,7 +522,7 @@ export default {
521
522
}
523
524
.sharingPopup {
-
525
+
526
&__info {
527
display: block;
528
margin-bottom: 1rem
0 commit comments