Skip to content

Commit f6301b8

Browse files
WIP.
1 parent 069f973 commit f6301b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stores/group-store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class GroupStoreMutable extends TinyEmitter<Callback> {
5454
fields[id] = newField;
5555
});
5656
this.emit();
57-
return id;
5857
}
5958

6059
public unregisterField(id: string): void {

0 commit comments

Comments
 (0)