From b26127f22755a81c2c54509a8943e3134bcd2ad9 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:48:18 +0000 Subject: [PATCH] Prettier --- packages/toolpad-app/src/constants.ts | 2 +- packages/toolpad-app/src/toolpad/Toolpad.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/toolpad-app/src/constants.ts b/packages/toolpad-app/src/constants.ts index 47d7ea40066..8d99c2b1e05 100644 --- a/packages/toolpad-app/src/constants.ts +++ b/packages/toolpad-app/src/constants.ts @@ -19,4 +19,4 @@ export const TOOLPAD_BRIDGE_GLOBAL = '__TOOLPAD_BRIDGE__'; export const VERSION_CHECK_INTERVAL = 1000 * 60 * 10; // TODO: Remove once global functions UI is ready -export const FEATURE_FLAG_GLOBAL_FUNCTIONS = false; \ No newline at end of file +export const FEATURE_FLAG_GLOBAL_FUNCTIONS = false; diff --git a/packages/toolpad-app/src/toolpad/Toolpad.tsx b/packages/toolpad-app/src/toolpad/Toolpad.tsx index 2d70f7001d3..a597fe9e349 100644 --- a/packages/toolpad-app/src/toolpad/Toolpad.tsx +++ b/packages/toolpad-app/src/toolpad/Toolpad.tsx @@ -15,7 +15,7 @@ import { APP_FUNCTIONS_ROUTE } from '../routes'; import ToolpadShell from './ToolpadShell'; import { getViewFromPathname } from '../utils/domView'; import AppProvider, { AppState, useAppStateContext } from './AppState'; -import { FEATURE_FLAG_GLOBAL_FUNCTIONS } from '../constants'; +import { FEATURE_FLAG_GLOBAL_FUNCTIONS } from '../constants'; import { ProjectProvider } from '../project'; import AppAuthorizationDialog from './AppEditor/AppAuthorizationEditor'; @@ -104,9 +104,9 @@ function EditorShell({ children }: EditorShellProps) { return ( - - + + + } actions={ previewPath ? (