disable media-picker property-action remove-all-entries by default.

This commit is contained in:
Niels Lyngsø
2019-12-20 15:04:10 +01:00
parent d1062f1236
commit ee1c0fc7fe

View File

@@ -260,7 +260,7 @@ angular.module('umbraco').controller("Umbraco.PropertyEditors.MediaPickerControl
labelTokens: [],
icon: 'trash',
method: removeAllEntries,
isDisabled: false
isDisabled: true
};
if (multiPicker === true) {