Add timestamp field to video report dialog (#11339)

This commit is contained in:
DS Boyce
2026-08-06 12:11:05 -07:00
committed by GitHub
parent 724013df1b
commit 1c349ad7da
27 changed files with 402 additions and 119 deletions
+1
View File
@@ -857,6 +857,7 @@ export type Events = {
reason: string
labeler: string
details: boolean
videoTimestamp: boolean
}
'reportDialog:failure': {}