Skip to content

Commit

Permalink
Sonarfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi-thirumani committed Nov 6, 2024
1 parent e783872 commit 70b4d57
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,11 @@
<script>
import alertMixin from '../../../mixins/alertMixin';
import PrimaryButton from '../../util/PrimaryButton.vue';
import { isEmpty, sortBy } from 'lodash';
import { isEmpty, sortBy, cloneDeep } from 'lodash';
import { appStore } from '@/store/modules/app';
import { authStore } from '@/store/modules/auth';
import { mapState } from 'pinia';
import moment from 'moment';
import { cloneDeep } from 'lodash';
export default {
name: 'StudentRegistrationsFilter',
Expand Down

0 comments on commit 70b4d57

Please sign in to comment.