Skip to content

Commit 21a3161

Browse files
author
Val Brodsky
committed
Deal with missing tag names
1 parent ebe0f35 commit 21a3161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/labeling_service_dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
class LabelingServiceDashboardTags(BaseModel):
33-
name: str
33+
text: str
3434
color: str
3535
type: str
3636

0 commit comments

Comments
 (0)