feat: support databse connection

This commit is contained in:
katherinehhh 2023-12-27 10:52:15 +08:00
parent 57c7dd3e95
commit 6e300503d8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
export * from './ACLProvider';
export * from './ACLShortcut';
export * from './Configuration';
import { Plugin } from '../application/Plugin';
import {

View File

@ -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 }) => {