Skip to content

Resolve some Vue warnings related to prop type mismatches

Tom Quirk requested to merge resolve-vue-warn-boolean-null into master

What does this MR do?

Resolves a couple of Vue warnings. isEditable and editable are defined as props with type Boolean in a few components, but could, in fact, be null. Converting them to Boolean resolves this warning. See Screenshots below for the warnings that have been resolved.

Screenshots

Vue warnings that have been fixed (suppressed in prod, so these only appear locally):

Screen_Shot_2019-11-12_at_3.10.32_pm

and

Screen_Shot_2019-11-12_at_3.10.40_pm

Does this MR meet the acceptance criteria?

Conformity

Edited by Tom Quirk

Merge request reports