mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
Table header columnWidth prop should be number not object
This commit is contained in:
parent
0e06a7b403
commit
ae51e2e437
@ -83,7 +83,7 @@ export default {
|
||||
headerIndex: Number,
|
||||
isHeaderTitle: Boolean,
|
||||
sortOptions: Object,
|
||||
columnWidth: Object,
|
||||
columnWidth: Number,
|
||||
hotzone: Boolean
|
||||
},
|
||||
computed: {
|
||||
|
Loading…
Reference in New Issue
Block a user