✨ Integrate minimal components and recover base
This commit is contained in:
parent
7e21ddbf90
commit
7a5c86ac9a
56 changed files with 5673 additions and 252 deletions
|
|
@ -29,7 +29,7 @@ impl ModuleTrait for Admin {
|
|||
}
|
||||
|
||||
fn actions(&self) -> Vec<Action> {
|
||||
actions![ActionBeforePrepareBody::with(before_prepare_body)]
|
||||
actions![action::page::BeforePrepareBody::with(before_prepare_body)]
|
||||
}
|
||||
|
||||
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue