web needs fixes
This commit is contained in:
@@ -71,7 +71,7 @@ pub(crate) async fn load_page(
|
||||
// for, so it is told what that table is on every render rather than left to
|
||||
// read a copy that a `refresh` could have moved on from.
|
||||
draft.columns.global = draft.global;
|
||||
draft.columns.table_name = draft.table_name.trim().to_string();
|
||||
draft.columns.table_name = draft.table_name.clone();
|
||||
|
||||
let tree = definitions
|
||||
.get_profile_tree(
|
||||
|
||||
Reference in New Issue
Block a user