🚚 Define acción base "before_render_component"
This commit is contained in:
parent
d8812433f1
commit
cb04a29388
12 changed files with 81 additions and 81 deletions
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
define_handle!(COMPONENT_FORM);
|
||||
|
||||
action_before_render_component!(ACTION_BEFORE_RENDER_FORM, Form);
|
||||
action_before_render_component!(ACTION_BEFORE_RENDER_FORM for Form);
|
||||
|
||||
#[derive(Default)]
|
||||
pub enum FormMethod {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue