mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 07:27:04 +00:00
feat: support databse connection
This commit is contained in:
parent
57c7dd3e95
commit
6e300503d8
@ -1,5 +1,6 @@
|
||||
export * from './ACLProvider';
|
||||
export * from './ACLShortcut';
|
||||
export * from './Configuration';
|
||||
|
||||
import { Plugin } from '../application/Plugin';
|
||||
import {
|
||||
|
@ -127,7 +127,8 @@ export const AdminSettingsLayout = () => {
|
||||
ghost={false}
|
||||
title={currentTopLevelSetting.title}
|
||||
footer={
|
||||
currentTopLevelSetting.children?.length > 0 && (
|
||||
currentTopLevelSetting.children?.length > 0 &&
|
||||
currentTopLevelSetting.showTabs !== false && (
|
||||
<Menu
|
||||
style={{ marginLeft: -theme.margin }}
|
||||
onClick={({ key }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user