mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
Return types after import
This commit is contained in:
@@ -355,7 +355,7 @@ export default function WorkSpace() {
|
||||
okButtonProps={{ disabled: selectedDb === "" }}
|
||||
>
|
||||
<div className="grid grid-cols-3 gap-4 place-content-center">
|
||||
{databases.map((x) => (
|
||||
{Object.values(databases).map((x) => (
|
||||
<div
|
||||
key={x.name}
|
||||
onClick={() => setSelectedDb(x.label)}
|
||||
|
Reference in New Issue
Block a user