codyml commented on code in PR #20369:
URL: https://github.com/apache/superset/pull/20369#discussion_r900518288
##########
superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:
##########
@@ -626,6 +628,15 @@ const DatasetList: FunctionComponent<DatasetListProps> = ({
);
};
+ const location = useLocation();
+ const history = useHistory();
+ useEffect(() => {
Review Comment:
Modal visibility and `#create` hash now synced!
--
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]