Skip to content

Commit

Permalink
fix: LSDV-5165: Number indices in List data (#4253)
Browse files Browse the repository at this point in the history
* [submodules] Build static heartexlabs/label-studio-frontend

* Add List tag to the list of known tags

* ci: Build frontend

* [submodules] Build static heartexlabs/label-studio-frontend

---------

Co-authored-by: hlomzik <hlomzik@gmail.com>
Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>
  • Loading branch information
3 people committed May 30, 2023
1 parent 06eb7e3 commit dd5352c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: LSDV-5161: Fix confidence score design to match with new labeling ui",
"commit": "f01bd9544c4ed4b611cfdbea25bae08c4f66db23",
"message": "fix: LSDV-5165: Number indices in List data",
"commit": "9a06717d462079ecc29297a241e124e1929c29ae",
"branch": "master",
"date": "2023/05/29 18:43:00"
"date": "2023/05/30 13:44:56"
}
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/react-app/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/react-app/index.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions label_studio/frontend/src/pages/CreateProject/Config/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,18 @@ const OBJECTS = {
AudioPlus: {
type: 'Audio',
},
TimeSeries: {
type: 'TimeSeries',
List: {
type: 'List',
},
Paragraphs: {
type: 'Paragraphs',
},
Table: {
type: 'Table',
},
TimeSeries: {
type: 'TimeSeries',
},
Video: {
type: 'Video',
},
Expand Down

0 comments on commit dd5352c

Please sign in to comment.