Skip to content

Commit cc69fec

Browse files
committed
reset new value
1 parent 905d023 commit cc69fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/fusio-sdk/src/lib/component/form/list/form-list.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export class FormListComponent {
6060
return entries;
6161
});
6262

63-
this.newValue.set('');
64-
6563
this.dataChange.emit(this.fromLocal());
64+
65+
this.newValue.set('');
6666
}
6767

6868
doRemove(index: number) {

0 commit comments

Comments
 (0)