Skip to content

Commit

Permalink
feat: add title in table
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Dec 9, 2024
1 parent b4820fc commit 6b39a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const PartitionPolicyFormTable: React.FC<IProps> = (props) => {
render: (tableName, record) => {
return (
<Space size={5}>
{tableName}
<span title={tableName}>{tableName}</span>
{(record?.containsCreateStrategy || record?.containsDropStrategy) && (
<Tooltip
title={
Expand Down

0 comments on commit 6b39a62

Please sign in to comment.