Skip to content

Commit a7cec5d

Browse files
committed
fix: OPTIC-884: Incorrect block style name for prediction card (#6089)
Small fix to address an issue with release 1.13.0 and an incorrect block style name. `predictionCard` -> `prediction-card`
1 parent 94192f2 commit a7cec5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/apps/labelstudio/src/pages/Settings/PredictionsSettings/PredictionsList.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.predictionCard {
1+
.prediction-card {
22
width: 100%;
33
padding: 15px;
44
border-radius: 5px;
@@ -48,4 +48,4 @@
4848
&:not(:first-child) {
4949
margin-top: 24px;
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)