Skip to content

Commit

Permalink
just adding the space for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 24, 2020
1 parent 3db518c commit f51c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/DatabaseSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function DatabaseSelector({
function renderDatabaseOption(db: any) {
return (
<span title={db.database_name}>
{`[${db.backend}] ${db.database_name}`}
<Label bsStyle="default">{db.backend}</Label> {db.database_name}
</span>
);
}
Expand Down

0 comments on commit f51c129

Please sign in to comment.