import number vs index button implemented

This commit is contained in:
Priec
2026-09-03 22:38:50 +02:00
parent 8c5a6e0c09
commit f787d16613
7 changed files with 13 additions and 4 deletions

View File

@@ -666,7 +666,7 @@ fn import_row(
)?;
data.insert(column.clone(), value);
}
Ok(TableDataImportRow { data })
Ok(TableDataImportRow { data, link_display_columns: Vec::new() })
}
async fn render_step(