Closed camdendotlol closed 2 months ago
Name | Link |
---|---|
Latest commit | 262c4e10686d8ab575694a78142813b028c30ad4 |
Latest deploy log | https://app.netlify.com/sites/avannotate-staging/deploys/66df4c56c8b38d00084bfe79 |
Deploy Preview | https://deploy-preview-73--avannotate-staging.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Summary
This PR fixes a crash that occurred when trying to import a tag CSV where some tags didn't have categories. The
mapTagData
function previously assumed that every tag would have a category. This PR sets_uncategorized_
to be the default category when a tag doesn't have one.