Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jul 23, 2021
2 parents 673fc21 + c145800 commit cdfc23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import Chart, { Slice } from 'src/types/Chart';
import { Form, FormItem } from 'src/components/Form';
import { getClientErrorObject } from 'src/utils/getClientErrorObject';
import { buildV1ChartDataPayload } from '../../exploreUtils';
import { ConsoleSqlOutlined } from '@ant-design/icons';

type PropertiesModalProps = {
slice: Slice;
Expand Down Expand Up @@ -72,6 +71,7 @@ export default function PropertiesModal({

const fetchChartData = useCallback(
async function fetchChartData() {
console.log(slice);
try {
console.log('fetching chart data!');
const response = await SupersetClient.get({
Expand Down

0 comments on commit cdfc23d

Please sign in to comment.