use setValue for setValue
This commit is contained in:
@@ -122,7 +122,7 @@ export class UmbModalContext<ModalPreset extends object = object, ModalValue = a
|
||||
* @memberof UmbModalContext
|
||||
*/
|
||||
public setValue(value: ModalValue) {
|
||||
this.#value.update(value);
|
||||
this.#value.setValue(value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user