mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
lint
This commit is contained in:
parent
73cd861a14
commit
27914e5bfe
@ -267,8 +267,13 @@ export default function ClassificationSettingsView({
|
||||
<Switch
|
||||
id="reindex"
|
||||
className="mr-3"
|
||||
disabled={classificationSettings.search.reindex_next_startup === undefined}
|
||||
checked={classificationSettings.search.reindex_next_startup === true}
|
||||
disabled={
|
||||
classificationSettings.search.reindex_next_startup ===
|
||||
undefined
|
||||
}
|
||||
checked={
|
||||
classificationSettings.search.reindex_next_startup === true
|
||||
}
|
||||
onCheckedChange={(isChecked) => {
|
||||
handleClassificationConfigChange({
|
||||
search: { reindex_next_startup: isChecked },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user