1 parent 9c9fc0c commit a0641d9Copy full SHA for a0641d9
client/packages/lowcoder/src/pages/editor/editorView.tsx
@@ -374,9 +374,6 @@ function EditorView(props: EditorViewProps) {
374
// we check if we are on the public cloud
375
const isLowCoderDomain = window.location.hostname === 'app.lowcoder.cloud';
376
377
- // we check if we are on the public cloud
378
- const isLowCoderDomain = window.location.hostname === 'app.lowcoder.cloud';
379
-
380
if (readOnly && hideHeader) {
381
return (
382
<CustomShortcutWrapper>
0 commit comments