Add column filters to Missing Data view and include Classification in editable columns

This commit is contained in:
Christian Vidal Wolf
2026-04-12 18:32:08 +02:00
parent 39869edcef
commit fd5d7458b9
2 changed files with 50 additions and 7 deletions
+1
View File
@@ -115,6 +115,7 @@ export default function App() {
const syncedData = await getAllSyncedRows(session?.access_token);
const editableColumns = new Set([
COLUMNS.CLASSIFICATION,
COLUMNS.LONG_DE, COLUMNS.LONG_EN,
COLUMNS.SHORT_DE, COLUMNS.SHORT_EN,
COLUMNS.DETAILS_DE, COLUMNS.DETAILS_EN,