* Remove , at the end of row in the lastest children in tabpane widget.
This commit is contained in:
@@ -8,13 +8,13 @@ class tabPane extends wg
|
||||
'key: string',
|
||||
'title?: string',
|
||||
'active?: bool=false',
|
||||
'param?: string',
|
||||
'param?: string'
|
||||
);
|
||||
|
||||
protected static array $defineBlocks = array(
|
||||
'prefix' => array(),
|
||||
'suffix' => array(),
|
||||
'divider' => false,
|
||||
'divider' => false
|
||||
);
|
||||
|
||||
protected function build(): wg
|
||||
|
||||
Reference in New Issue
Block a user