You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EditSpecificMetadata component is simply a more generic version of the Notes component, and it would be good to migrate all uses of Notes into EditSpecificMetadata
Add Mutations for all types to src/components/forms/EditSpecificMetadata.gql
Change all usages of Notes to EditSpecificMetadata along with the appropriate prop changes
Remove Notes component
The text was updated successfully, but these errors were encountered:
The
EditSpecificMetadata
component is simply a more generic version of theNotes
component, and it would be good to migrate all uses ofNotes
intoEditSpecificMetadata
Notes
toEditSpecificMetadata
along with the appropriate prop changesNotes
componentThe text was updated successfully, but these errors were encountered: