Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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