lyndsiWilliams commented on code in PR #22043:
URL: https://github.com/apache/superset/pull/22043#discussion_r1061125670


##########
superset-frontend/src/views/CRUD/data/hooks.ts:
##########
@@ -83,3 +83,10 @@ export const UseGetDatasetsList = (queryParams: string | 
undefined) =>
     .catch(error =>
       logging.error('There was an error fetching dataset', error),
     );
+
+export const UseGetDatasetRelatedObjects = (id: string) =>

Review Comment:
   I updated the dataset hooks as discussed in Slack in [`this 
commit`](https://github.com/apache/superset/pull/22043/commits/4c2efaff40ec02caf4c8ec918af06a0203b722d8).



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