mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-28 10:25:20 +00:00
Minor change
This commit is contained in:
parent
ff887b2b79
commit
cc688a5dfe
@ -60,7 +60,7 @@ const FrequentlyJoinedTables: FunctionComponent<Props> = ({
|
|||||||
|
|
||||||
const additionalOptions = () => {
|
const additionalOptions = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="tw-text-left">
|
||||||
{joinedTables?.slice(viewCap).map((table, index) => (
|
{joinedTables?.slice(viewCap).map((table, index) => (
|
||||||
<div
|
<div
|
||||||
className="tw-py-1 tw-cursor-pointer"
|
className="tw-py-1 tw-cursor-pointer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user