aliasing can now move things around
This commit is contained in:
@@ -194,6 +194,7 @@ pub(crate) async fn load_page(
|
||||
.find(|table| table.name == inputs.selection.table)
|
||||
.map(|table| TableDetailView {
|
||||
id: table.id,
|
||||
row_version: table.row_version,
|
||||
columns: table
|
||||
.columns
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user