mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:22:24 -05:00
[bugfix] Fix missing hasChanged func (#3764)
This commit is contained in:
parent
05e89af4ec
commit
128fcc871c
2 changed files with 6 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ function value<T>(name: string, initialValue: T) {
|
|||
name,
|
||||
Name: "",
|
||||
value: initialValue,
|
||||
hasChanged: () => true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue