Skip to content

Commit b3f7f8c

Browse files
committed
revert(sdk): remove disabled radio cursor override
1 parent b2e6260 commit b3f7f8c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

web/sdk/react/views-new/pat/components/pat-form-dialog.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,10 @@ export function PATFormDialog({
516516
All
517517
</Text>
518518
</Flex>
519-
<Flex
520-
gap={3}
521-
align="center"
522-
style={isOrgAdmin ? { cursor: 'default' } : undefined}
523-
>
519+
<Flex gap={3} align="center">
524520
<Radio
525521
value="selective"
526522
disabled={isOrgAdmin}
527-
style={isOrgAdmin ? { cursor: 'default' } : undefined}
528523
/>
529524
<Text size="small" variant="secondary">
530525
Selective projects

0 commit comments

Comments
 (0)