|
@@ -33,7 +33,7 @@ const optionsAvailable = [
|
|
|
'performance.issues.compressed_assets.la-rollout',
|
|
|
'performance.issues.compressed_assets.ea-rollout',
|
|
|
'performance.issues.compressed_assets.ga-rollout',
|
|
|
- 'performance.issues.file_io_main_thread-creation',
|
|
|
+ 'performance.issues.file_io_main_thread.problem-creation',
|
|
|
];
|
|
|
|
|
|
type Field = ReturnType<typeof getOption>;
|
|
@@ -137,7 +137,7 @@ export default class AdminSettings extends AsyncView<{}, State> {
|
|
|
</Panel>
|
|
|
<Panel>
|
|
|
<PanelHeader>Performance Issues - File IO on Main Thread</PanelHeader>
|
|
|
- {fields['performance.issues.file_io_main_thread-creation']}
|
|
|
+ {fields['performance.issues.file_io_main_thread.problem-creation']}
|
|
|
</Panel>
|
|
|
</Feature>
|
|
|
</Form>
|