default show

This commit is contained in:
Timo
2024-05-23 16:17:17 +02:00
parent 4348edf6d0
commit 2878ea53ae

View File

@@ -40,7 +40,7 @@ import { widget } from "./widget";
import { useTheme } from "./useTheme"; import { useTheme } from "./useTheme";
const SentryRoute = Sentry.withSentryRouting(Route); const SentryRoute = Sentry.withSentryRouting(Route);
WebConsole.enable({ show: false }); WebConsole.enable({ show: true });
interface SimpleProviderProps { interface SimpleProviderProps {
children: JSX.Element; children: JSX.Element;