Estimate History management added

This commit is contained in:
2026-03-13 14:41:46 -05:00
parent c090c18734
commit e637e0903d
6 changed files with 256 additions and 13 deletions
+3
View File
@@ -49,6 +49,9 @@ const CloudLoadModal: Component<CloudLoadModalProps> = (props) => {
appStore.setEstimateName(record.name);
appStore.setEstimateId(record.id);
appStore.setHistory(record.history || []);
appStore.setLatestSnapshot(record.items);
appStore.setIsLatestVersion(true);
// Also clear out the extracted CSV items so we don't accidentally switch back to the upload screen or cause conflicts
appStore.setItems([]);