We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069f973 commit f6301b8Copy full SHA for f6301b8
src/stores/group-store.ts
@@ -54,7 +54,6 @@ export class GroupStoreMutable extends TinyEmitter<Callback> {
54
fields[id] = newField;
55
});
56
this.emit();
57
- return id;
58
}
59
60
public unregisterField(id: string): void {
0 commit comments