displaying data properly, fixing hardcoded backend to firma part one
This commit is contained in:
@@ -161,7 +161,7 @@ impl UiService {
|
||||
form_state.total_count = total_count;
|
||||
|
||||
if total_count > 0 {
|
||||
form_state.current_position = 1;
|
||||
form_state.current_position = total_count;
|
||||
} else {
|
||||
form_state.current_position = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user