Simple antd types for each inspectable type
Summary: Replace draft inspectors with read-only components. This is a first step into having a richer UI. At the moment, these are read-only components but will likely be extended in the future as to allow editing of values. Reviewed By: LukeDefeo Differential Revision: D40345016 fbshipit-source-id: a6aef5861474b4aa8353c00ef257ab17b4cff00e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9721993576
commit
bb3b1cecef
@@ -37,7 +37,7 @@ export function Component() {
|
||||
return;
|
||||
}
|
||||
return (
|
||||
<DetailSidebar>
|
||||
<DetailSidebar width={350}>
|
||||
<Inspector node={node} />
|
||||
</DetailSidebar>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user