From 591f5dd3afd9e706bfe1c680215916ae1348f5e3 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 29 Jan 2026 10:20:46 +0100 Subject: [PATCH] bugfix: changing project state was broken Signed-off-by: Stephan Richter --- frontend/src/routes/project/View.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/project/View.svelte b/frontend/src/routes/project/View.svelte index c65ce803..f17986b5 100644 --- a/frontend/src/routes/project/View.svelte +++ b/frontend/src/routes/project/View.svelte @@ -222,7 +222,7 @@
{t('state')}
- update({status:val})} {project} /> + update({status:+val})} {project} />
{#if project.company}
{t('company')}