mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
dashbaord: fix missing dev mode toggle prop
This commit is contained in:
parent
2468005e02
commit
1e06949b41
@ -29,9 +29,4 @@
|
||||
|
||||
<ErrorMessage message={errorMessage} />
|
||||
|
||||
<Toggle
|
||||
title="Dev Mode"
|
||||
onChange={handleChange}
|
||||
checked={!!dev}
|
||||
onClass="warning"
|
||||
/>
|
||||
<Toggle onChange={handleChange} checked={!!dev} onClass="warning" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user