Skip to content

Commit 02a0ae4

Browse files
committed
Undo formatting changes
1 parent de656ed commit 02a0ae4

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

client/packages/lowcoder/src/comps/controls/actionSelector/executeCompAction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
JSONObjectControl,
2020
JSONValueControl,
2121
NumberControl,
22-
StringControl
22+
StringControl,
2323
} from "../codeControl";
2424
import { ExecuteAction, ParamsConfig, ParamType } from "./executeCompTypes";
2525
import { trans } from "i18n";

client/packages/lowcoder/src/comps/controls/optionsControl.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { ViewDocIcon } from "assets/icons";
2-
import {
3-
ArrayControl,
4-
BoolCodeControl,
5-
RadiusControl,
6-
StringControl
7-
} from "comps/controls/codeControl";
2+
import { ArrayControl, BoolCodeControl, RadiusControl, StringControl } from "comps/controls/codeControl";
83
import { dropdownControl, LeftRightControl } from "comps/controls/dropdownControl";
94
import { IconControl } from "comps/controls/iconControl";
105
import { MultiCompBuilder, valueComp, withContext, withDefault } from "comps/generators";

0 commit comments

Comments
 (0)