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


##########
web-v2/web/src/app/catalogs/TreeComponent.js:
##########
@@ -292,6 +292,12 @@ export const TreeComponent = forwardRef(function 
TreeComponent(props, ref) {
             <Icons.iconify icon='mdi:globe-model' className='my-icon-small' />
           </span>
         )
+      case 'function':
+        return (
+          <span role='img' aria-label='frown' className='anticon 
anticon-frown'>
+            <Icons.iconify icon='material-symbols:function' 
className='my-icon-small' />
+          </span>

Review Comment:
   I have fixed it on latest commit



-- 
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