We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f203ba7 commit 2e86273Copy full SHA for 2e86273
Resources/Public/JavaScript/Editors/SpecificAssetEditor.js
@@ -6,8 +6,8 @@ define(
6
'text!./SpecificAssetEditor.html'
7
],
8
function(Ember, $, AssetEditor, template) {
9
-
10
return AssetEditor.extend({
+ fileChooserLabel: 'Not Used but needed',
11
template: Ember.Handlebars.compile(template),
12
_initializeUploader: function() {
13
this._super();
0 commit comments