mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
load database list
This commit is contained in:
@@ -36,10 +36,3 @@ export function AppObjectControl({ data, makeAppObj }) {
|
||||
const appobj = makeAppObj(data);
|
||||
return <AppObjectCore {...appobj} data={data} makeAppObj={makeAppObj} />;
|
||||
}
|
||||
|
||||
export function AppObjectList({ list, makeAppObj }) {
|
||||
return (list || []).map(x => {
|
||||
const appobj = makeAppObj(x);
|
||||
return <AppObjectCore key={appobj.key} {...appobj} data={x} makeAppObj={makeAppObj} />;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user