mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 14:45:25 +03:00
Use consistent ID
This commit is contained in:
parent
e134bd8304
commit
ca3153cdc6
@ -70,7 +70,7 @@ export default function ReviewDetailDialog({
|
|||||||
onClose={() => setUpload(undefined)}
|
onClose={() => setUpload(undefined)}
|
||||||
onEventUploaded={() => {
|
onEventUploaded={() => {
|
||||||
if (upload) {
|
if (upload) {
|
||||||
upload.plus_id = "1234";
|
upload.plus_id = "new_upload";
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user