mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-13 00: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
|
||||
value={stream.url}
|
||||
onChange={(e) =>
|
||||
updateStream(stream.id, { url: e.target.value })
|
||||
updateStream(stream.id, {
|
||||
url: e.target.value,
|
||||
testResult: undefined,
|
||||
})
|
||||
}
|
||||
className="h-8 flex-1"
|
||||
placeholder={t("cameraWizard.step2.streamUrlPlaceholder")}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user