Skip to content

Commit

Permalink
Merge pull request #16 from DISIC:dev
Browse files Browse the repository at this point in the history
fox(pencil): fix planifier une conférence
  • Loading branch information
youssefElMkhantar authored Mar 29, 2024
2 parents 0dbe2c5 + b2a6f7b commit 2161267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/home/CalendarModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default function CalendarModalComponent(props: any) {
<Button
// variant="contained"
style={{ backgroundColor: '#0a76f6', textTransform: 'none' }}
type="button"
>
Ajouter au calendrier
</Button>
Expand All @@ -240,6 +241,7 @@ export default function CalendarModalComponent(props: any) {
title="copy"
onClick={() => copyEvent()}
disabled={disabled}
type="button"
// nativeButtonProps={{ id: 'copyCalendarButton' }}
>
Copier
Expand All @@ -250,6 +252,7 @@ export default function CalendarModalComponent(props: any) {
onClick={handle}
className={styles.button}
priority="primary"
type="button"
// size="medium"
nativeButtonProps={{ id: 'calendarButton' }}
>
Expand Down

0 comments on commit 2161267

Please sign in to comment.