* Remove , at the end of row in the lastest children in formbase widget.

This commit is contained in:
liumengyi
2023-11-15 08:47:59 +08:00
parent 5af9025ada
commit ab90ec5982
+1 -1
View File
@@ -108,7 +108,7 @@ class formBase extends wg
$this->buildProps(),
set($this->getRestProps()),
$this->buildContent(),
$this->buildActions(),
$this->buildActions()
);
}
}