Skip to content

Commit

Permalink
fix: support Table tag with str input
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Feb 16, 2022
1 parent 49cc36d commit d5f77c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio/tasks/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SkipField(Exception):
'HyperText': [str],
'Image': [str, list],
'Paragraphs': [list, str],
'Table': [dict],
'Table': [dict, str],
'TimeSeries': [dict, list, str],
'TimeSeriesChannel': [dict, list, str],
'List': [list]
Expand Down

0 comments on commit d5f77c1

Please sign in to comment.