Revert D37801394: Multisect successfully blamed D37801394 for test or build failures

Summary:
This diff is reverting D37801394 (51f49ca998)
D37801394 (51f49ca998) has been identified to be causing the following test or build failures:
Tests affected:
- https://www.internalfb.com/intern/test/844424989736255/

Here's the Multisect link:
https://www.internalfb.com/intern/testinfra/multisect/1062919
Here are the tasks that are relevant to this breakage:
T116036972: 105 tests started failing for oncall bridgeless_jest_e2e_tests in the last 2 weeks
We're generating a revert to back out the changes in this diff, please note the backout may land if someone accepts it.

**To Address Land blocker from previous version (see pic):**
{F752642767}

```
Changelog:
[General][Change] - Revert breaking change in MPay order creation screen (user input in duplicated, and then not deletable. See T126127801 for more details)
```

Reviewed By: philIip

Differential Revision: D37863306

fbshipit-source-id: 24f2448d7bc9761ec31edd6f6b97c668171027d3
This commit is contained in:
Garrett Forbes Monroe 2022-07-15 08:20:20 -07:00 коммит произвёл Facebook GitHub Bot
Родитель e98a835bfc
Коммит 191eb62edb
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -976,8 +976,6 @@ function InternalTextInput(props: Props): React.Node {
const text =
typeof props.value === 'string'
? props.value
: typeof lastNativeText === 'string'
? lastNativeText
: typeof props.defaultValue === 'string'
? props.defaultValue
: '';