Treat unknown as text
Reviewed By: lblasa Differential Revision: D50595978 fbshipit-source-id: 867eb08c3ab365a808d5c7b53a7772298e9c9156
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b4d80c3f80
commit
184316545a
@@ -379,6 +379,7 @@ function AttributeValue({
|
||||
value={inspectable.value ? 'TRUE' : 'FALSE'}
|
||||
/>
|
||||
);
|
||||
case 'unknown':
|
||||
case 'text':
|
||||
return (
|
||||
<StyledTextArea
|
||||
|
||||
Reference in New Issue
Block a user