Skip to content

Commit

Permalink
MARP-1315 Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy committed Nov 5, 2024
1 parent 7a1ecc5 commit a97ecbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private static void updateColumn(Column column, Cell cell) {
}
if (cell.getCellType() == CellType.STRING) {
column.setType(String.class);
column.setDatabaseFieldLength(DEFAULT_STRING_LENGTH);
}
if (column.getType().equals(String.class)) {
var cellValue = getCellValueAsString(cell);
Expand Down

0 comments on commit a97ecbf

Please sign in to comment.