Fix dropping workspace nav items at the bottom of the list (#18989)

https://github.com/user-attachments/assets/64abd955-892e-48c8-bf7b-d4d8645cf33e

---------

Co-authored-by: Etienne <45695613+etiennejouan@users.noreply.github.com>
This commit is contained in:
Abdul Rahman
2026-03-31 18:36:31 +05:30
committed by GitHub
parent c3b969ab74
commit ec283b8f2d
10 changed files with 152 additions and 69 deletions
@@ -30,6 +30,7 @@ const StyledIndexContainer = styled.div`
export const RecordIndexContainerGater = () => {
const store = useStore();
const { recordIndexId, objectMetadataItem } =
useRecordIndexIdFromCurrentContextStore();