Content-Length: 265988 | pFad | http://github.com/lowcoder-org/lowcoder/commit/ab8845e03927e6e2c8fcf9e68edb743f2cb74656
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 ab8845eCopy full SHA for ab8845e
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/ab8845e03927e6e2c8fcf9e68edb743f2cb74656
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments