Skip to content

Commit

Permalink
Merge pull request #53632 from margelo/fix/approval-create-wrong-padding
Browse files Browse the repository at this point in the history
fix: wrong padding on workspace workflow approvals create page
  • Loading branch information
yuwenmemon authored Dec 6, 2024
2 parents 8b8c9ab + d497339 commit b595f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function WorkspaceWorkflowsApprovalsCreatePage({policy, isLoadingReportData = tr
featureName={CONST.POLICY.MORE_FEATURES.ARE_WORKFLOWS_ENABLED}
>
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
testID={WorkspaceWorkflowsApprovalsCreatePage.displayName}
>
<FullPageNotFoundView
Expand Down

0 comments on commit b595f5d

Please sign in to comment.