🚚 Rename grid handles

This commit is contained in:
Manuel Cillero 2023-08-11 10:44:08 +02:00
parent 5f02ef7f2c
commit 8934330523
4 changed files with 9 additions and 9 deletions

View file

@ -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> {