Handle inspectable array
Summary: This was not handled and arrays were not properly transformed Reviewed By: lblasa Differential Revision: D50595983 fbshipit-source-id: cae8777c653cc9fc2a1ea8cab05b3df476121855
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fa2845d86d
commit
ce693ef33e
@@ -85,7 +85,7 @@ export function AttributesInspector({
|
||||
onOk={handleCancel}
|
||||
onCancel={handleCancel}
|
||||
footer={null}>
|
||||
<DataInspector data={modalData} />
|
||||
<DataInspector data={modalData.data} />
|
||||
</Modal>
|
||||
)}
|
||||
{sections}
|
||||
|
||||
Reference in New Issue
Block a user