Skip to content

Commit 58dab40

Browse files
authored
Merge pull request #800 from raheeliftikhar5/lowcoder-sdk-nextjs-build-fix-2
Fixr querylist issue and upgrade sdk version
2 parents 1df9973 + b9f6952 commit 58dab40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-sdk",
3-
"version": "2.4.0-beta-1",
3+
"version": "2.4.0-beta-2",
44
"type": "module",
55
"files": [
66
"src",

client/packages/lowcoder/src/comps/queries/libraryQuery.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface InputItem {
4747

4848
type InputChildrenType = Record<string, InstanceType<ContextControlType>>;
4949

50-
const InputsComp = class extends MultiBaseComp<InputChildrenType, ToDataType<InputChildrenType>> {
50+
class InputsComp extends MultiBaseComp<InputChildrenType, ToDataType<InputChildrenType>> {
5151
params: any = {};
5252
inputs: InputItem[] = [];
5353

0 commit comments

Comments
 (0)