Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit485cc3d

Browse files
fixed form comp's resetAfterSuccess doesn't work
1 parentd8ede2f commit485cc3d

File tree

1 file changed

+0
-5
lines changed
  • client/packages/lowcoder/src/comps/comps/formComp

1 file changed

+0
-5
lines changed

‎client/packages/lowcoder/src/comps/comps/formComp/formComp.tsx‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,6 @@ let FormTmpComp = class extends FormBaseComp implements IForm {
330330
// For the properties, first find in data, then initialData, subcomponent default value (resetValue), empty value (clearValue)
331331
constnewData={ ...(initialData??this.children.initialData.getView()), ...data};
332332

333-
// Only proceed if we have data to set
334-
if(!Object.keys(newData).length){
335-
returnPromise.resolve();
336-
}
337-
338333
returnthis.runMethodOfItems(
339334
{
340335
name:"setValue",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp