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


##########
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:
   nit, but convention on any methods is to have them in camel case with the 
first letter lowercase. Can you fix the UseGetDatasetsList as well?



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