Skip to content

Commit

Permalink
Default to existing sort field
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Oct 29, 2024
1 parent 8b1474e commit f35bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/commcare/cases/entity/AsyncEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public String getSortField(int i) {
} catch (IOException e) {
Logger.exception("Error while getting sort field", e);
}
return null;
return sortData[i];
}

@Override
Expand Down

0 comments on commit f35bec3

Please sign in to comment.