editing updates, cosmetic changes

This commit is contained in:
2026-03-13 18:18:31 +07:00
parent 7f4f8a883d
commit a011b2724b
7 changed files with 85 additions and 8 deletions

View File

@@ -18,4 +18,5 @@ class SearchStorage(StatesGroup):
class AdminControlStorage(StatesGroup):
edit_product = State()
edit_category = State()
new_category = State()