Skip to content

Commit 7c9d550

Browse files
authored
Merge pull request #67 from nextmcloud/nmc/5374-collection-ui-2
added modal closer
2 parents 9dbec78 + 39294a9 commit 7c9d550

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/views/SharingPopup.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export default {
208208
},
209209
210210
closeThisModal() {
211+
this.modal = false
211212
const currentUrl = window.location.search
212213
window.OCA.Files.Sidebar.setActiveTab('sharing-manage')
213214
window.OCA.Files.Sidebar.close()
@@ -521,7 +522,7 @@ export default {
521522
}
522523
523524
.sharingPopup {
524-
525+
525526
&__info {
526527
display: block;
527528
margin-bottom: 1rem

0 commit comments

Comments
 (0)