DataInspector renames
Summary: Two minor renames: * `DataInspector` => `DataInspectorNode` * `ManagedDataInspector` => `DataInspector` This aligns the internal and public name of the component, and better captures the meaning of the original `DataInspector` class. The diff looks quite hefty, but that seems to be a phabricator issue caused by the filename swap; barely a thing changed :) Reviewed By: jknoxville Differential Revision: D28028554 fbshipit-source-id: d3d61fcb50abffaeae4bd1d26966604cece37b03
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8e02b2ec10
commit
39be769bab
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import {Typography, Popover, Input, Select, Checkbox} from 'antd';
|
||||
import {DataInspectorSetValue} from './DataInspector';
|
||||
import {DataInspectorSetValue} from './DataInspectorNode';
|
||||
import {PureComponent} from 'react';
|
||||
import styled from '@emotion/styled';
|
||||
import {SketchPicker, CompactPicker} from 'react-color';
|
||||
|
||||
Reference in New Issue
Block a user