diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8e9df1..ef93be18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,26 +6,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### 0.2.0 -- Fixed condition for removing * [`#52`](https://github.com/TeselaGen/tg-oss/pull/52) -- Removed * aa from dna translation at the end of sequence [`#50`](https://github.com/TeselaGen/tg-oss/pull/50) -- export feat locs [`#45`](https://github.com/TeselaGen/tg-oss/pull/45) -- unifying sequence filtering so filterSequenceString is always hit and… [`#31`](https://github.com/TeselaGen/tg-oss/pull/31) -- fixed genbank file embedded in another genbank comment [`#36`](https://github.com/TeselaGen/tg-oss/pull/36) -- fix the ORF start codons label for RNA sequence [`#27`](https://github.com/TeselaGen/tg-oss/pull/27) -- adding more null pointer checks for tgSelect, making annotation start… [`#30`](https://github.com/TeselaGen/tg-oss/pull/30) -- Fix ove and ui imports for vitest [`#25`](https://github.com/TeselaGen/tg-oss/pull/25) -- Reorder tgSelect results [`#20`](https://github.com/TeselaGen/tg-oss/pull/20) -- fixing annotation range issue and adding test [`#23`](https://github.com/TeselaGen/tg-oss/pull/23) -- add beforeReadOnlyChange handler [`#21`](https://github.com/TeselaGen/tg-oss/pull/21) -- disable edit lock while loading [`#15`](https://github.com/TeselaGen/tg-oss/pull/15) -- Add tests [`#11`](https://github.com/TeselaGen/tg-oss/pull/11) -- editLock Tooltip & onChangeEditLock [`#9`](https://github.com/TeselaGen/tg-oss/pull/9) -- use user defined annotationVisibility props at the first place [`#6`](https://github.com/TeselaGen/tg-oss/pull/6) -- fix detection of reverse features [`#7`](https://github.com/TeselaGen/tg-oss/pull/7) -- support RNA sequence in gb file [`#5`](https://github.com/TeselaGen/tg-oss/pull/5) -- CLN-54033: support RNA sequence [`#1`](https://github.com/TeselaGen/tg-oss/pull/1) -- Export validateSequenceArray [`#2`](https://github.com/TeselaGen/tg-oss/pull/2) -- genbank ss-DNA should not be overwirte to DNA [`#1`](https://github.com/TeselaGen/tg-oss/pull/1) -- updating table styling to remove table last row bottom margin, removing unused S3Download, removing axios dep, updating deps [`8a6fb1f`](https://github.com/TeselaGen/tg-oss/commit/8a6fb1f047550f617c3e56b8c3ebf145967076ef) -- tiny [`d9a5ad3`](https://github.com/TeselaGen/tg-oss/commit/d9a5ad328d87389199ba39118985f79f6a90b6e0) -- updating linting [`8150150`](https://github.com/TeselaGen/tg-oss/commit/815015023979b1780768e88d061525bc92d135a6) +- Fixed condition for removing * [`#52`](https://github.com/teselagen/tg-oss/pull/52) +- Removed * aa from dna translation at the end of sequence [`#50`](https://github.com/teselagen/tg-oss/pull/50) +- export feat locs [`#45`](https://github.com/teselagen/tg-oss/pull/45) +- unifying sequence filtering so filterSequenceString is always hit and… [`#31`](https://github.com/teselagen/tg-oss/pull/31) +- fixed genbank file embedded in another genbank comment [`#36`](https://github.com/teselagen/tg-oss/pull/36) +- fix the ORF start codons label for RNA sequence [`#27`](https://github.com/teselagen/tg-oss/pull/27) +- adding more null pointer checks for tgSelect, making annotation start… [`#30`](https://github.com/teselagen/tg-oss/pull/30) +- Fix ove and ui imports for vitest [`#25`](https://github.com/teselagen/tg-oss/pull/25) +- Reorder tgSelect results [`#20`](https://github.com/teselagen/tg-oss/pull/20) +- fixing annotation range issue and adding test [`#23`](https://github.com/teselagen/tg-oss/pull/23) +- add beforeReadOnlyChange handler [`#21`](https://github.com/teselagen/tg-oss/pull/21) +- disable edit lock while loading [`#15`](https://github.com/teselagen/tg-oss/pull/15) +- Add tests [`#11`](https://github.com/teselagen/tg-oss/pull/11) +- editLock Tooltip & onChangeEditLock [`#9`](https://github.com/teselagen/tg-oss/pull/9) +- use user defined annotationVisibility props at the first place [`#6`](https://github.com/teselagen/tg-oss/pull/6) +- fix detection of reverse features [`#7`](https://github.com/teselagen/tg-oss/pull/7) +- support RNA sequence in gb file [`#5`](https://github.com/teselagen/tg-oss/pull/5) +- CLN-54033: support RNA sequence [`#1`](https://github.com/teselagen/tg-oss/pull/1) +- Export validateSequenceArray [`#2`](https://github.com/teselagen/tg-oss/pull/2) +- genbank ss-DNA should not be overwirte to DNA [`#1`](https://github.com/teselagen/tg-oss/pull/1) +- updating table styling to remove table last row bottom margin, removing unused S3Download, removing axios dep, updating deps [`8a6fb1f`](https://github.com/teselagen/tg-oss/commit/8a6fb1f047550f617c3e56b8c3ebf145967076ef) +- tiny [`d9a5ad3`](https://github.com/teselagen/tg-oss/commit/d9a5ad328d87389199ba39118985f79f6a90b6e0) +- updating linting [`8150150`](https://github.com/teselagen/tg-oss/commit/815015023979b1780768e88d061525bc92d135a6) diff --git a/packages/ui/src/FormComponents/Uploader.js b/packages/ui/src/FormComponents/Uploader.js index 1d4154b2..052dd698 100644 --- a/packages/ui/src/FormComponents/Uploader.js +++ b/packages/ui/src/FormComponents/Uploader.js @@ -334,7 +334,7 @@ function UploaderInner({ const rows = []; const schemaToUse = [ ...a.validateAgainstSchema.fields, - ...a.validateAgainstSchema.exampleDownloadFields + ...(a.validateAgainstSchema.exampleDownloadFields ?? []) ]; rows.push( schemaToUse.map(f => {