Skip to content

Commit

Permalink
Merge pull request #13079 from cdapio/bugfix-ui/fix-build-failure-1
Browse files Browse the repository at this point in the history
Fixes component alias from within services helpers module
  • Loading branch information
ajainarayanan authored Jan 14, 2021
2 parents 74dc815 + f52296d commit 0841442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdap-ui/app/cdap/services/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ import uuidV4 from 'uuid/v4';
import round from 'lodash/round';
import React from 'react';
import { connect } from 'react-redux';
import experimentsList from 'components/Lab/experiment-list';
// We don't use webpack alias here because this is used in Footer which is used in login app
// And for login 'components/Lab/..' aliases to components folder inside login app.
import experimentsList from '../components/Lab/experiment-list.tsx';
/*
Purpose: Query a json object or an array of json objects
Return: Returns undefined if property is not defined(never set) and
Expand Down

0 comments on commit 0841442

Please sign in to comment.