Skip to content

Commit

Permalink
feat(backoffice-v2): removed server down layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jan 9, 2025
1 parent 6f0a6af commit 24f2b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions apps/backoffice-v2/src/pages/Root/Root.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { FullScreenLoader } from '@/common/components/molecules/FullScreenLoader
import Chatbot from '@/domains/chat/chatbot-opengpt';
import { env } from '@/common/env/env';
import { Outlet } from 'react-router-dom';
import { ServerDownLayout } from './ServerDown.layout';

const ReactQueryDevtools = lazy(() =>
process.env.NODE_ENV !== 'production'
Expand Down Expand Up @@ -44,9 +43,7 @@ const ChatbotLayout: FunctionComponent = () => {
export const Root: FunctionComponent = () => {
return (
<Providers>
<ServerDownLayout>
<Outlet />
</ServerDownLayout>
<Outlet />
<ChatbotLayout />
{/*<Suspense>*/}
{/* <ReactQueryDevtools />*/}
Expand Down
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations

0 comments on commit 24f2b3b

Please sign in to comment.