Skip to content

Commit

Permalink
COM-2553 - fix reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
manonpalin committed Dec 16, 2021
1 parent 0159bec commit 9952961
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script>
import Select from '@components/form/Select';
import DateRange from '@components/form/DateRange';
import NiButton from '@components/Button';
import Button from '@components/Button';
import { NotifyPositive, NotifyNegative } from '@components/popup/notify';
import CustomerAbsences from '@api/CustomerAbsences';
import { CUSTOMER_ABSENCE_TYPES } from '@data/constants';
Expand All @@ -35,7 +35,7 @@ export default {
'ni-select': Select,
'ni-planning-modal-header': PlanningModalHeader,
'ni-date-range': DateRange,
'ni-button': NiButton,
'ni-button': Button,
},
data () {
return {
Expand Down Expand Up @@ -78,7 +78,7 @@ export default {
NotifyPositive('Absence supprimée.');
} catch (e) {
console.error(e);
if (e.msg) NotifyNegative('Erreur lors de la suppression de l\'absence bénéficiaire.');
NotifyNegative('Erreur lors de la suppression de l\'absence bénéficiaire.');
}
},
},
Expand Down

0 comments on commit 9952961

Please sign in to comment.