Builder.io
OSS
@builder.io/sdks
Sign in / Sign up
Open main menu
@builder.io/sdks
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
fix/smartling-clear-translation-metadata
c67cd656 fix[smartling]: fix Clear translation metadata button not working `content.meta` is a MobX observable Map; calling `fastClone` on it (JSON.parse/JSON.stringify) serialises it as `{}`, so the subsequent `delete` calls were no-ops and `updateLatestDraft` was called with an empty meta object instead of the correctly-stripped one. Replace `fastClone(content.meta)` with `{ ...content.meta?.toJS() }` to match the identical pattern already used in the backend's `cleanupOrphanedTranslationMetadata` helper in `smartling.ts`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
by Manish-Bui...
M
Previous page
Previous
Next
Next page