Skip to content

Fix Vue prop error for awardPath

Paul Slaughter requested to merge ps-fix-prop-validation-award-path into master

What does this MR do?

Currently we have awardPath prop set to required when it's possible that it's undefined. This MR makes this prop required: false.

Screenshots (strongly suggested)

Before After
Screen_Shot_2021-04-14_at_1.37.32_PM Screen_Shot_2021-04-14_at_2.30.42_PM
Edited by Paul Slaughter

Merge request reports

Loading