mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
IssueChecker: changed expected prop type of isseListStyle and issueListStyleBreakpoints
This commit is contained in:
@@ -26,10 +26,10 @@ export default {
|
||||
required: true
|
||||
},
|
||||
issueListStyle: {
|
||||
type: String
|
||||
type: Object
|
||||
},
|
||||
issueListStyleBreakpoints: {
|
||||
type: String
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user