@@ -149,6 +150,8 @@ import searchStateMixin from '../store/search_state.mixin'
import { formatPersonScheduleApprovalState } from '@/store/person_schedule_approval';
import { FETCH_WORKFLOWS, scheduleWorkflowMixin } from '@/store/schedule_workflow';
import { mapActions } from 'vuex';
+import { PERSON_NEVER_LOGGED_IN } from '@/constants/strings';
+import { DateTime } from 'luxon';
export default {
name: 'PeopleTable',
@@ -171,6 +174,8 @@ export default {
editableIds: [],
selectedConState: null,
searchEmails: null,
+ PERSON_NEVER_LOGGED_IN,
+ DateTime
}),
computed: {
declinedRejected() {