Skip to content

Commit

Permalink
Merge pull request #53570 from margelo/fix/edit-approval-workflow-53522
Browse files Browse the repository at this point in the history
fix: correct bottom padding on edit approval workflow
  • Loading branch information
puneetlath authored Dec 4, 2024
2 parents 8358376 + b155646 commit bfce334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function WorkspaceWorkflowsApprovalsEditPage({policy, isLoadingReportData = true
featureName={CONST.POLICY.MORE_FEATURES.ARE_WORKFLOWS_ENABLED}
>
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
testID={WorkspaceWorkflowsApprovalsEditPage.displayName}
>
<FullPageNotFoundView
Expand Down

0 comments on commit bfce334

Please sign in to comment.