import number vs index button implemented
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user