hainenber commented on code in PR #31969:
URL: https://github.com/apache/superset/pull/31969#discussion_r1928003982


##########
superset-frontend/src/pages/AllEntities/index.tsx:
##########
@@ -152,12 +140,16 @@ function AllEntities() {
       return;
     }
     fetchObjectsByTagIds(
-      { tagIds: [tag?.id] || '', types: null },

Review Comment:
   This is always evaluated to truthy so it'll always give out `(undefined | 
number)[]`
   
   <img width="963" alt="image" 
src="https://github.com/user-attachments/assets/44e7cb7e-ad59-4234-ab65-654b81e4256b";
 />
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to