🚚 Rename grid handles
This commit is contained in:
parent
5f02ef7f2c
commit
8934330523
4 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
use crate::component::grid;
|
||||
|
||||
new_handle!(COMPONENT_ROW);
|
||||
new_handle!(COMPONENT_GRID_ROW);
|
||||
|
||||
actions_for_component!(Row);
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ impl ComponentTrait for Row {
|
|||
}
|
||||
|
||||
fn handle(&self) -> Handle {
|
||||
COMPONENT_ROW
|
||||
COMPONENT_GRID_ROW
|
||||
}
|
||||
|
||||
fn id(&self) -> Option<String> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue