Skip to content
Snippets Groups Projects
Unverified Commit aaefbeab authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix wrong character

parent 06b29a4a
No related branches found
No related tags found
No related merge requests found
Pipeline #14241 passed
...@@ -41,7 +41,7 @@ export class FileSource extends ScopedElementsMixin(DBPLitElement) { ...@@ -41,7 +41,7 @@ export class FileSource extends ScopedElementsMixin(DBPLitElement) {
this.nextcloudWebDavUrl = ''; this.nextcloudWebDavUrl = '';
this.dropArea = null; this.dropArea = null;
this.allowedMimeTypes = '*/*'; this.allowedMimeTypes = '*/*';
this.enabledSources = 'local';1 this.enabledSources = 'local';
this.text = ''; this.text = '';
this.buttonLabel = ''; this.buttonLabel = '';
this.disabled = false; this.disabled = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment