Skip to content

fix: sort order of annotation list from backend

dindigala requested to merge fix/sort-annotation-list into develop
  • GFL now returns the annotation list sorted by default. So we do not need to perform any special logic incase of GFL needs.

  • At the same time we need this sort logic for ahikar data. So adding this new key check to return either the direct list from backend or do the sort logic from frontend.

Merge request reports