From 128fcc871cc61986f545c9c14356a092fdc3fc8e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 9 Feb 2025 12:23:16 +0100 Subject: [bugfix] Fix missing `hasChanged` func (#3764) --- web/source/settings/lib/form/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'web/source') 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(name: string, initialValue: T) { name, Name: "", value: initialValue, + hasChanged: () => true, }; } -- cgit v1.2.3