Add nullcheck to tag name to avoid crashing the client (#11519)
GitOrigin-RevId: 917fcffa672e2626203275ea5e62ce9388366f8e
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
export type Tag = {
|
||||
_id: string
|
||||
user_id: string
|
||||
name: string
|
||||
name: string | null
|
||||
project_ids?: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user