[Charts] Use the Edit Properties modal throughout React views (#9267)

* typescriptification

* use the chart edit modal on the react list view

* linting

* typings don't work on old react-bootstrap version

* lint

* remove duplicate field
This commit is contained in:
David Aaron Suddjian
2020-03-13 15:14:50 -07:00
committed by GitHub
parent 91f3cb9878
commit f6f40c815a
10 changed files with 255 additions and 55 deletions

View File

@@ -20,7 +20,7 @@ import React from 'react';
import { mount } from 'enzyme';
import ModalTrigger from './../../../../src/components/ModalTrigger';
import DisplayQueryButton from '../../../../src/explore/components/DisplayQueryButton';
import { DisplayQueryButton } from '../../../../src/explore/components/DisplayQueryButton';
describe('DisplayQueryButton', () => {
const defaultProps = {