All modals use activeModal

This commit is contained in:
Montana 2018-09-20 11:04:31 -04:00
parent 43a91e8c22
commit 95d826be09

View File

@ -11,12 +11,6 @@ export default {
}, },
data: function() { data: function() {
return { return {
modals: {
styleguidemodal: false,
newprojectconfirmation: false,
pendingfinancialverification: false,
pendingccpoapproval: false,
},
activeModal: null, activeModal: null,
} }
} }