diff --git a/src/sunstone/public/app/utils/tab-datatable.js b/src/sunstone/public/app/utils/tab-datatable.js index af78e950a2..84046e3bd1 100644 --- a/src/sunstone/public/app/utils/tab-datatable.js +++ b/src/sunstone/public/app/utils/tab-datatable.js @@ -1203,8 +1203,7 @@ define(function(require) { elementArray[that.selectOptions.name_index]); } else { elementArray[that.selectOptions.name_index] = - (' ' + - elementArray[that.selectOptions.name_index]); + elementArray[that.selectOptions.name_index]; } }