rename DemoProject callback to more convinient ProjectPage

This commit is contained in:
Akulij 2025-04-30 12:56:36 +03:00
parent cbe24cc134
commit 36c729e57b

View File

@ -76,7 +76,7 @@ pub enum State {
#[serde(rename = "snake_case")]
pub enum Callback {
MoreInfo,
DemoProject { id: u32 },
ProjectPage { id: u32 },
}
type CallbackStore = CallbackInfo<Callback>;