♻️ (bootsier): Renombra form-item a form-field
This commit is contained in:
parent
8717d24ea3
commit
76ef339b42
3 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ impl Component for Group {
|
|||
}
|
||||
|
||||
fn setup(&mut self, _cx: &Context) {
|
||||
self.alter_classes(ClassesOp::Prepend, "form-item form-item-checkboxes");
|
||||
self.alter_classes(ClassesOp::Prepend, "form-field form-field-checkboxes");
|
||||
}
|
||||
|
||||
fn prepare(&self, cx: &mut Context) -> Result<Markup, ComponentError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue