Skip to content

Commit

Permalink
Add clearer annotations to InputOrphan and InputTopConcept components
Browse files Browse the repository at this point in the history
  • Loading branch information
andybywire committed Aug 28, 2024
1 parent bf36254 commit 203b6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/inputs/hierarchy/InputOrphans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {ConceptSelectLink} from '../../ConceptSelectLink'

/**
* Orphan Concept Component
* Renders a list of orphan concepts for a given schema.
* Renders a list of orphan concepts for a given schema with functionality to add and remove concepts.
* TODO consider modularizing add and remove buttons
*/
type OrphanProps = {
Expand Down
4 changes: 2 additions & 2 deletions src/components/inputs/hierarchy/InputTopConcepts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ type TopConceptsProps = {
}

/**
* Top Concept Component
* Renders a list of top concepts for a given schema.
* Top Concept Input Component
* Renders a list of top concepts for a given schema with functionality to add and remove concepts.
* TODO: consider modularizing add and remove buttons
*/
export const InputTopConcepts = ({
Expand Down

0 comments on commit 203b6f9

Please sign in to comment.