summaryrefslogtreecommitdiff
path: root/web/source/settings/lib/form/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/lib/form/index.ts')
-rw-r--r--web/source/settings/lib/form/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/settings/lib/form/index.ts b/web/source/settings/lib/form/index.ts
index 878b7c79b..047fdf5aa 100644
--- a/web/source/settings/lib/form/index.ts
+++ b/web/source/settings/lib/form/index.ts
@@ -103,6 +103,7 @@ function value<T>(name: string, initialValue: T) {
name,
Name: "",
value: initialValue,
+ hasChanged: () => true,
};
}