From 95d826be09d5902ea4a214ee8c859af771c5d812 Mon Sep 17 00:00:00 2001 From: Montana Date: Thu, 20 Sep 2018 11:04:31 -0400 Subject: [PATCH] All modals use activeModal --- js/mixins/modal.js | 6 ------ 1 file changed, 6 deletions(-) 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, } }