Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark committed Feb 11, 2025
1 parent 41fd9b9 commit 157c778
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,16 @@ export const DataSourcesPanel: React.FC = () => {
<XIcon className="h-4 w-4" />
</button>
)}
</div>

<AddDatabaseDialog>
<button className="float-right border-b px-2 m-0 h-full hover:bg-accent hover:text-accent-foreground">
<PlusIcon className="h-4 w-4" />
</button>
</AddDatabaseDialog>
<AddDatabaseDialog>
<button
type="button"
className="float-right border-b px-2 m-0 h-full hover:bg-accent hover:text-accent-foreground"
>
<PlusIcon className="h-4 w-4" />
</button>
</AddDatabaseDialog>
</div>

<EngineList databasesMap={databases.databasesMap} />

Expand Down

0 comments on commit 157c778

Please sign in to comment.