Skip to content

Commit

Permalink
refacto check convention button
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementLmd committed Sep 24, 2024
1 parent 0cf5e40 commit 18ed3e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front/src/app/components/forms/convention/ConventionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,12 @@ export const ConventionForm = ({
)}
</>
</>
<div className={fr.cx("fr-mt-4w")}>
<div className={fr.cx("fr-mt-4w", "fr-hidden", "fr-unhidden-lg")}>
<Button
disabled={shouldSubmitButtonBeDisabled}
iconId="fr-icon-checkbox-circle-line"
iconPosition="left"
type="button"
className={fr.cx("fr-hidden", "fr-unhidden-lg")}
nativeButtonProps={{
id: domElementIds.conventionImmersionRoute.submitFormButton,
}}
Expand Down

0 comments on commit 18ed3e5

Please sign in to comment.