is edit mode is gone from the codebase
This commit is contained in:
@@ -82,7 +82,6 @@ pub fn render_ui(
|
||||
theme,
|
||||
state,
|
||||
app_state,
|
||||
state.current_field() < 2,
|
||||
),
|
||||
Page::Register(state) => render_register(
|
||||
f,
|
||||
@@ -90,7 +89,6 @@ pub fn render_ui(
|
||||
theme,
|
||||
state,
|
||||
app_state,
|
||||
state.current_field() < 4,
|
||||
),
|
||||
Page::Admin(state) => crate::components::admin::admin_panel::render_admin_panel(
|
||||
f,
|
||||
|
||||
Reference in New Issue
Block a user