Skip to content

Commit e1b8690

Browse files
authored
PAY-3290 Special Access should disable entirely (#9334)
1 parent 0a64f84 commit e1b8690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mobile/src/components/edit/PriceAndAudienceField/SpecialAccessRadioField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export const SpecialAccessRadioField = (
9797
label={messages.title}
9898
icon={IconSpecialAccess}
9999
description={messages.description}
100+
disabled={disabled}
100101
checkedContent={
101102
<Paper backgroundColor='surface1' shadow='flat' border='default' p='l'>
102103
<RadioGroup

0 commit comments

Comments
 (0)