mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Layout accordion of widget inspector in Table widget should be open default (#4372)
* Layout accordion of widget inspector in Table widget should be open by default * Fixed
This commit is contained in:
parent
4609d2b606
commit
8d00ab8203
1 changed files with 1 additions and 1 deletions
|
|
@ -912,7 +912,7 @@ class TableComponent extends React.Component {
|
|||
|
||||
items.push({
|
||||
title: 'Layout',
|
||||
isOpen: false,
|
||||
isOpen: true,
|
||||
children: (
|
||||
<>
|
||||
{renderElement(
|
||||
|
|
|
|||
Loading…
Reference in a new issue