mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Fix missing hasChanged
func (#3764)
This commit is contained in:
@@ -103,6 +103,7 @@ function value<T>(name: string, initialValue: T) {
|
||||
name,
|
||||
Name: "",
|
||||
value: initialValue,
|
||||
hasChanged: () => true,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user