Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
rename branch and fix sheetname choice
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Testaniere committed Jan 24, 2018
1 parent 4c93eed commit e48f8e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Import XLSX to JSON",
"main": "index.js",
"kibana": {
"version": "6.1.1",
"version": "6.1.3",
"templateVersion": "7.2.3"
},
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ app.controller('xlsxImport', function ($scope, $route, $interval, $http, $transl

$scope.convert = function() {

if($scope.sheetname === '')
return;

var tabNames = [$translate.instant('PERSONAL_MAPPING_LABEL'), $translate.instant('VIEW_TABS_NAME'), $translate.instant('MAPPING_TAB_NAME')];

$scope.showSpinner = true;
Expand Down

0 comments on commit e48f8e5

Please sign in to comment.