mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-08-08 18:11:14 +03:00
update
This commit is contained in:
@@ -17,6 +17,7 @@ class AdminMenuSG(StatesGroup):
|
||||
residents_filter_hours_input = State()
|
||||
residents_filtered_results = State()
|
||||
resident_info = State()
|
||||
resident_history = State()
|
||||
resident_logout_confirm = State()
|
||||
resident_delete_confirm = State()
|
||||
resident_rebind_floor = State()
|
||||
@@ -41,6 +42,7 @@ class AdminMenuSG(StatesGroup):
|
||||
rooms_select_floor = State()
|
||||
rooms_list = State()
|
||||
room_info = State()
|
||||
room_history = State()
|
||||
room_delete_confirm = State()
|
||||
room_add_hours_select = State()
|
||||
room_remove_hours_select = State()
|
||||
|
||||
Reference in New Issue
Block a user