diff --git a/src/App.tsx b/src/App.tsx index 6e2f0e2..d635a2f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -174,7 +174,7 @@ export default function App() { finalRow[idx] = synced.data[idx]; } }); - setRowStatuses(prev => ({ ...prev, [articleNo]: 'pending' })); + setRowStatuses(prev => ({ ...prev, [articleNo]: 'synced' })); } // Otherwise use Dropbox values (don't merge, just process formatting)