mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #20837 from owncloud/fix-mountoptions-dropdown
Fix ext storage mount options dropdown
This commit is contained in:
commit
b9faba8857
1 changed files with 0 additions and 1 deletions
|
|
@ -460,7 +460,6 @@ MountOptionsDropdown.prototype = {
|
|||
|
||||
var $el = $(template());
|
||||
this.$el = $el;
|
||||
$el.addClass('hidden');
|
||||
|
||||
this.setOptions(mountOptions, enabledOptions);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue