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.
2 parents c7912ea + 1abb6b8 commit b859b6aCopy full SHA for b859b6a
plugins/data_migration/frontend/public/javascripts/countly.views.js
@@ -196,7 +196,7 @@
196
createImageThumbnails: false,
197
autoProcessQueue: false,
198
addRemoveLinks: true,
199
- acceptedFiles: 'application/x-gzip',
+ acceptedFiles: 'application/gzip,application/x-gzip',
200
dictDefaultMessage: this.i18n('feedback.drop-message'),
201
dictRemoveFile: this.i18n('feedback.remove-file'),
202
url: "/i/datamigration/import",
@@ -220,7 +220,7 @@
220
message: CV.i18n('data-migration.generated-token')
221
});
222
self.importDrawerCancelButtonLabel = CV.i18n('data-migration.close');
223
- self.importDrawerSaveButtonLabel = false;
+ self.importDrawerSaveButtonLabel = "";
224
}
225
else {
226
CountlyHelpers.notify({
0 commit comments