diff --git a/js/mixins/modal.js b/js/mixins/modal.js index 8beb5426..df168c59 100644 --- a/js/mixins/modal.js +++ b/js/mixins/modal.js @@ -11,12 +11,6 @@ export default { }, data: function() { return { - modals: { - styleguidemodal: false, - newprojectconfirmation: false, - pendingfinancialverification: false, - pendingccpoapproval: false, - }, activeModal: null, } }