Merge branch 'develop' into report-rewrite

This commit is contained in:
Pranav
2024-04-15 16:52:33 -07:00
182 changed files with 4452 additions and 1173 deletions
+2
View File
@@ -45,6 +45,7 @@ import userNotificationSettings from './modules/userNotificationSettings';
import summaryReports from './modules/summaryReports';
import webhooks from './modules/webhooks';
import draftMessages from './modules/draftMessages';
import SLAReports from './modules/SLAReports';
import LogRocket from 'logrocket';
import createPlugin from 'logrocket-vuex';
@@ -113,6 +114,7 @@ export default new Vuex.Store({
webhooks,
draftMessages,
sla,
slaReports: SLAReports,
},
plugins,
});