Skip to content

Commit

Permalink
Merge pull request #241 from virtualidentityag/develop
Browse files Browse the repository at this point in the history
feat: add disabled state to terms and conditions submit button
  • Loading branch information
Leandro13Silva13 authored Jun 26, 2024
2 parents 24a78f4 + 2b727c8 commit 4c6ddb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/termsandconditions/TermsAndConditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export const TermsAndConditions = () => {
const dataPrivacyButtons = [
{
label: translate('termsAndConditionOverlay.buttons.continue'),
type: BUTTON_TYPES.PRIMARY
type: BUTTON_TYPES.PRIMARY,
disabled: !viewState.userConfirmed
}
];

Expand Down

0 comments on commit 4c6ddb5

Please sign in to comment.