You've already forked Travel-Agent
fix: Fixed callback data for note
This commit is contained in:
@@ -39,7 +39,7 @@ def get(travel_id: int, note):
|
|||||||
builder.row(
|
builder.row(
|
||||||
types.InlineKeyboardButton(
|
types.InlineKeyboardButton(
|
||||||
text="⬅️",
|
text="⬅️",
|
||||||
callback_data=f"travel_detail_{travel_id}",
|
callback_data=f"travel_notes_page_{travel_id}_0",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user