Skip to content

Commit de656ed

Browse files
committed
Remove remnants of stuff I added
1 parent 60643ca commit de656ed

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { customAction, routeByNameAction } from "lowcoder-core";
2-
import { CompParams, ConstructorToDataType } from "lowcoder-core";
1+
import { CompParams, ConstructorToDataType, customAction, routeByNameAction } from "lowcoder-core";
32
import { GridItemComp } from "comps/comps/gridItemComp";
43
import { SimpleNameComp } from "comps/comps/simpleNameComp";
54
import { TemporaryStateItemComp } from "comps/comps/temporaryStateComp";
@@ -20,7 +19,7 @@ import {
2019
JSONObjectControl,
2120
JSONValueControl,
2221
NumberControl,
23-
StringControl,
22+
StringControl
2423
} from "../codeControl";
2524
import { ExecuteAction, ParamsConfig, ParamType } from "./executeCompTypes";
2625
import { trans } from "i18n";
@@ -121,10 +120,6 @@ export function executeCompAction(params: ExecuteCompActionOptions) {
121120
);
122121
}
123122

124-
exposingNode() {
125-
return this.node();
126-
}
127-
128123
propertyView() {
129124
return (
130125
<EditorContext.Consumer>

0 commit comments

Comments
 (0)