This commit is contained in:
parent
50048f5cc7
commit
5615d063ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default class juml {
|
|||
if ((this.#groups[group] ?? {})[name] == null) {
|
||||
return false;
|
||||
}
|
||||
this.#groups[group][name].set(value);
|
||||
this.#groups[group][name].set = value;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue