Skip to content

Commit

Permalink
Update client/src/components/DataFiles/DataFilesListing/DataFilesList…
Browse files Browse the repository at this point in the history
…ingCells.jsx

Co-authored-by: fnets <[email protected]>
  • Loading branch information
jalowe13 and fnets authored Oct 25, 2024
1 parent 80a7f17 commit e9352a3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ export const FileNavCell = React.memo(
const previewCallback = (e) => {
e.stopPropagation();
e.preventDefault();
// Temporary Integrations Filtering and conditional rendering of Google Drive: WP-24
// if (api === 'googledrive') {
// window.open(href, '_blank');
// return;
// }
dispatch({
type: 'DATA_FILES_TOGGLE_MODAL',
payload: {
Expand Down

0 comments on commit e9352a3

Please sign in to comment.