IssueChecker: changed expected prop type of isseListStyle and issueListStyleBreakpoints

This commit is contained in:
Alexei Karpenko
2026-01-29 11:46:52 +01:00
parent 85db467cff
commit 2de6278603
+2 -2
View File
@@ -26,10 +26,10 @@ export default {
required: true
},
issueListStyle: {
type: String
type: Object
},
issueListStyleBreakpoints: {
type: String
type: Object
}
},
data() {