mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-15 01:26:42 +03:00
ensure test is invalidated if stream is changed
This commit is contained in:
parent
59b7dea971
commit
71e0ead490
@ -284,7 +284,10 @@ export default function Step2StreamConfig({
|
|||||||
<Input
|
<Input
|
||||||
value={stream.url}
|
value={stream.url}
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
updateStream(stream.id, { url: e.target.value })
|
updateStream(stream.id, {
|
||||||
|
url: e.target.value,
|
||||||
|
testResult: undefined,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
className="h-8 flex-1"
|
className="h-8 flex-1"
|
||||||
placeholder={t("cameraWizard.step2.streamUrlPlaceholder")}
|
placeholder={t("cameraWizard.step2.streamUrlPlaceholder")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user