fix(frontend): progress 'provisional' is a text column, compare explicitly #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/progress-provisional-string"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Runtime check revealed the backend returns provisional as the string
'true'/'false' (text column, consumer writes String(!official)). The old
truthy check rendered 'false' as provisional (non-empty string is truthy).
Compare === 'true'.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com