mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
Merge pull request #6816 from nextcloud/external-storage-confirm-delete-fix
Fix confirmation dialog when deleting external storage
This commit is contained in:
commit
547f5afa5b
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ MountConfigListView.prototype = _.extend({
|
|||
storage: this.mountPoint
|
||||
}), t('files_external', 'Delete storage?'), function(confirm) {
|
||||
if (confirm) {
|
||||
this.updateStatus($tr, StorageConfig.Status.IN_PROGRESS);
|
||||
self.updateStatus($tr, StorageConfig.Status.IN_PROGRESS);
|
||||
|
||||
storage.destroy({
|
||||
success: function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue