rename DemoProject callback to more convinient ProjectPage
This commit is contained in:
parent
cbe24cc134
commit
36c729e57b
@ -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>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user