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
(cherry picked from commit bfce334)

(CP triggered by puneetlath)
  • Loading branch information
puneetlath authored and OSBotify committed Dec 4, 2024
1 parent a2bebce commit cdd2e29
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 cdd2e29

Please sign in to comment.