Skip to content

Commit

Permalink
Merge pull request #57123 from software-mansion-labs/disable-new-moda…
Browse files Browse the repository at this point in the history
…l-implementation

Disable new modal implementation for FAB

(cherry picked from commit caf86de)

(CP triggered by francoisl)
  • Loading branch information
Gonals authored and OSBotify committed Feb 19, 2025
1 parent 18221f8 commit cb5000b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/sidebar/FloatingActionButtonAndPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu, isT
fromSidebarMediumScreen={!shouldUseNarrowLayout}
animationInTiming={CONST.MODAL.ANIMATION_TIMING.FAB_IN}
animationOutTiming={CONST.MODAL.ANIMATION_TIMING.FAB_OUT}
shouldUseNewModal
menuItems={menuItems.map((item) => {
return {
...item,
Expand Down

0 comments on commit cb5000b

Please sign in to comment.