bugfix: changing project state was broken
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
</div>
|
||||
<div>{t('state')}</div>
|
||||
<div>
|
||||
<StateSelector selected={project.status} onchange={val => update({status:val})} {project} />
|
||||
<StateSelector selected={project.status} onchange={val => update({status:+val})} {project} />
|
||||
</div>
|
||||
{#if project.company}
|
||||
<div>{t('company')}</div>
|
||||
|
||||
Reference in New Issue
Block a user