* Fix bug for edition.

This commit is contained in:
宋辰轩
2024-04-07 16:11:04 +08:00
parent 9a37c05d72
commit caea3d228e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ sidebar
set::titleShow(false),
to::footer
(
$config->edition == 'open' ? div
$this->config->edition == 'open' ? div
(
set::width(240),
setClass('bg-canvas px-4 py-2 module-menu shadow'),
+1 -1
View File
@@ -78,7 +78,7 @@ $generateData = function() use ($lang, $pivotName, $pivot, $filters, $data, $con
set::text($lang->pivot->showPivot),
on::click("toggleShowMode('group')"),
),
$config->edition != 'open' ? array(
$this->config->edition != 'open' ? array(
(hasPriv('pivot', 'design') && $clickable) ? item(set(array
(
'text' => $lang->pivot->designAB,