mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 01:56:16 +08:00
chore: update setting i18n items
This commit is contained in:
@ -191,7 +191,7 @@ const ConnectionSidebar = () => {
|
||||
</div>
|
||||
)}
|
||||
{databaseList.length > 0 && (
|
||||
<div className="w-full sticky top-0 z-1 mb-4 mt-2">
|
||||
<div className="w-full sticky top-0 z-1 my-4">
|
||||
<Select
|
||||
className="w-full bg-white px-4 py-3"
|
||||
value={currentConnectionCtx?.database?.name}
|
||||
|
Reference in New Issue
Block a user