Content-Length: 266056 | pFad | http://github.com/lowcoder-org/lowcoder/commit/3e410045c3456e8522ea1e23019a405bd43ef7c7
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 f1f03b0 commit 3e41004Copy full SHA for 3e41004
client/packages/lowcoder/src/comps/comps/simpleVariableHeaderComp.tsx
@@ -1,8 +1,8 @@
1
+import { ControlParams } from "comps/controls/controlParams";
2
import { CompAction, SimpleComp } from "lowcoder-core";
-import { ControlParams, ControlPropertyViewWrapper, PopupCard } from "@lowcoder-ee/index.sdk";
3
+import { ControlPropertyViewWrapper, PopupCard, Input } from "lowcoder-design";
4
import { useEffect, useState } from "react";
-import { trans } from "@lowcoder-ee/i18n";
5
-import { Input } from "lowcoder-design/src/components/Input";
+import { trans } from "i18n";
6
import { checkName } from "../utils/rename";
7
const SimpleVariableHeaderPropertyView = ({params, comp, isCheck}: any) => {
8
const [error, setError] = useState<string | undefined>();
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/3e410045c3456e8522ea1e23019a405bd43ef7c7
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments