Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Impl [Functions] Take latest-updated version instead of by tag (#203)
When grouping functions by name, where all the different function versions are nested in a group by the same name, instead of choosing the version with `metadata.tag` of `'latest'` as the one to show on the group's row, choose the version with latest `metadata.updated` value.
- Loading branch information