diff --git a/frontends/web/react/app.tsx b/frontends/web/react/app.tsx index 1a4a1b284be736c2ec43339d25c0cbf386834fe6..e27c152ae8d3b4f2766b5f060656682f9e353336 100644 --- a/frontends/web/react/app.tsx +++ b/frontends/web/react/app.tsx @@ -597,7 +597,7 @@ export const EmulatorApp: FC<EmulatorAppProps> = ({ </Info> ]} tabNames={["General", "Detailed"]} - selectors={false} + selectors={true} /> </Section> )}