Skip to content

Commit

Permalink
Merge pull request #45908 from etCoderDysto/offline-indicator
Browse files Browse the repository at this point in the history
fix: Move down offline indicator to bottom on Chose Card type page
  • Loading branch information
Gonals authored Jul 25, 2024
2 parents a7d5c53 + cc7dae7 commit f8bb7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/card/issueNew/CardTypeStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function CardTypeStep() {
includeSafeAreaPaddingBottom={false}
shouldEnablePickerAvoiding={false}
shouldEnableMaxHeight
offlineIndicatorStyle={styles.mtAuto}
>
<HeaderWithBackButton
title={translate('workspace.card.issueCard')}
Expand Down

0 comments on commit f8bb7dd

Please sign in to comment.