Treat unknown as text

Reviewed By: lblasa

Differential Revision: D50595978

fbshipit-source-id: 867eb08c3ab365a808d5c7b53a7772298e9c9156
This commit is contained in:
Luke De Feo
2023-10-26 05:24:30 -07:00
committed by Facebook GitHub Bot
parent b4d80c3f80
commit 184316545a

View File

@@ -379,6 +379,7 @@ function AttributeValue({
value={inspectable.value ? 'TRUE' : 'FALSE'} value={inspectable.value ? 'TRUE' : 'FALSE'}
/> />
); );
case 'unknown':
case 'text': case 'text':
return ( return (
<StyledTextArea <StyledTextArea