Content-Length: 265996 | pFad | http://github.com/lowcoder-org/lowcoder/commit/8d54a60447b2a28565e698e4a9a5078e4882eae4
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 8d54a60Copy full SHA for 8d54a60
client/packages/lowcoder/src/comps/comps/simpleVariableHeaderComp.tsx
@@ -1,8 +1,8 @@
1
+import { ControlParams } from "lowcoder-sdk";
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/8d54a60447b2a28565e698e4a9a5078e4882eae4
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments