LauraXia123 commented on code in PR #9923:
URL: https://github.com/apache/gravitino/pull/9923#discussion_r2782167971


##########
web-v2/web/src/app/catalogs/rightContent/RightContent.js:
##########
@@ -220,7 +228,16 @@ const RightContent = () => {
           ...(entity
             ? [
                 {
-                  title: (
+                  title: functionName ? (
+                    <Link
+                      
href={`/catalogs?metalake=${currentMetalake}&catalogType=${catalogType}&catalog=${decodeURIComponent(catalog)}&schema=${decodeURIComponent(schema)}`}
+                      title={entity}
+                      className='inline-block min-w-10 truncate'
+                      style={{ maxWidth: `calc((${width}px - 160px)/4)` }}
+                    >
+                      {decodeURIComponent(entity)}
+                    </Link>

Review Comment:
   nope, should be `decodeURIComponent` to show the normal entity name



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to