Skip to content

Commit

Permalink
fix: wrong padding on workspace workflow approvals create page
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 5, 2024
1 parent 0ff0cdf commit d497339
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 d497339

Please sign in to comment.