form pages robust finish chnages

This commit is contained in:
filipriec
2025-08-29 19:49:27 +02:00
parent 16dd460469
commit 2373ae4b8c
3 changed files with 14 additions and 3 deletions

View File

@@ -151,12 +151,13 @@ pub fn render_ui(
} else {
(0, 1)
};
let table_name = path.split('/').nth(1).unwrap_or("");
render_form_page(
f,
form_render_area,
editor,
app_state.current_view_table_name.as_deref().unwrap_or(""),
table_name,
theme,
total_count,
current_position,