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 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>();
0 commit comments