ts4nfdi / terminology-service-suite

The Terminology Service Suite project is a collection of interactive widgets designed to ease the integration of terminology service functions into third-party applications.
https://ts4nfdi.github.io/terminology-service-suite/comp/latest/
MIT License
16 stars 2 forks source link

fix(MetadataWidget): enable re-render if prop changes #6

Closed jusa3 closed 1 year ago

jusa3 commented 1 year ago

The MetadataWidget did not re-render when the prop changed. I fixed this by refactoring (renaming ontologyID to ontologyId and objType to entityType, using Axios and OlsApi) the MetadataWidget and all dependent widgets.