Skip to content

Commit 322ae24

Browse files
t0maboroCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 134d65e commit 322ae24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/gamma/modals/form-sheet/FormSheet.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface FormSheetProps {
2828
/**
2929
* @summary Prevents the user from dismissing the sheet natively by swiping down or tapping the backdrop.
3030
*
31-
* When set to `true`, the sheet will resist the swipe-down gesture and backdrop tap
31+
* When set to `true`, the sheet will resist the swipe-down gesture and backdrop tap,
3232
* remaining on the resting detent. Dismissal programmatically via `isOpen={false}` will still work.
3333
* The default value is `false`.
3434
*

0 commit comments

Comments
 (0)