Ghost/apps
Steve Larson 6840c3a6b3
🐛 Fixed admin crashing when deleting a tier benefit that was last moved (#20628)
ref https://linear.app/tryghost/issue/ENG-1433/
- in the tiers details modal, if a tier was deleted after being moved it
would crash admin

The SortableList component calls renderItem for the drag overlay on the
dragged item. However, if that item was deleted, the draggingId never
got reset causing the drag overlay to try to call renderItem on a
nonexistent item.

As a note, we don't actually use this overlay... it could be best to
strip it out to prevent causing issues.
2024-07-18 17:18:32 +00:00
..
admin-x-activitypub Improved alignment and spacing of ViewContainer component 2024-07-09 20:48:40 +01:00
admin-x-demo Update dependency @types/react to v18.3.3 2024-05-27 09:37:46 +02:00
admin-x-design-system 🐛 Fixed admin crashing when deleting a tier benefit that was last moved (#20628) 2024-07-18 17:18:32 +00:00
admin-x-framework Cleaned up "Embeddable signup form" GA feature flag (#20577) 2024-07-10 10:46:04 +00:00
admin-x-settings 🐛 Fixed publishing issue when site has no active newsletters (#20627) 2024-07-18 14:03:15 +00:00
announcement-bar Cleaned up jsdom dependency usage 2024-05-27 09:49:43 +02:00
comments-ui Update tiptap monorepo to v2.5.4 2024-07-17 16:16:16 +00:00
portal Updated Portal readme with updated develop and release instructions (#20576) 2024-07-10 10:05:41 +00:00
signup-form Update dependency postcss to v8.4.39 2024-07-01 07:28:24 +02:00
sodo-search Cleaned up jsdom dependency usage 2024-05-27 09:49:43 +02:00