feat: add Edit button to each row in Missing Data view

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-04-12 15:19:20 +02:00
co-authored by Claude Sonnet 4.6
parent 7eeccdaf8c
commit ce9e91bad1
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -566,6 +566,7 @@ export default function App() {
<MissingDataView
data={appState.data}
headers={appState.headers}
onEdit={(index) => setEditingRowIndex(index)}
/>
)}
{activeModule === 'history' && (