mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
@@ -21,7 +21,7 @@
|
||||
import Lost from '../icons/Lost.svelte'
|
||||
|
||||
export let value: DoneState
|
||||
export let showTitle: boolean = false
|
||||
export let showTitle: boolean = true
|
||||
|
||||
$: color = value._class === task.class.WonState ? getPlatformColor(0) : getPlatformColor(11)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user