mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
fix: show correct state for welcome option
This commit is contained in:
committed by
Carlos Valente
parent
9c910c079d
commit
1d2013ad41
@@ -96,7 +96,7 @@ export default function Welcome(props: WelcomeProps) {
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
size='sm'
|
size='sm'
|
||||||
variant='ontime-ondark'
|
variant='ontime-ondark'
|
||||||
checked
|
defaultChecked
|
||||||
onChange={(event) => postShowWelcomeDialog(event.target.checked)}
|
onChange={(event) => postShowWelcomeDialog(event.target.checked)}
|
||||||
>
|
>
|
||||||
Show this modal on next startup
|
Show this modal on next startup
|
||||||
|
|||||||
Reference in New Issue
Block a user