show modal for requests pending CCPO approval

This commit is contained in:
dandds
2018-08-13 10:11:07 -04:00
parent 0371c969e7
commit 654f9231b5
5 changed files with 57 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ const app = new Vue({
modals: {
styleguideModal: false,
pendingFinancialVerification: false,
pendingCCPOApproval: false,
}
}
},