fix: droppable-placeholder (#7600)

Fixes: #7597

This PR fixes the missing placeholder from Droppable component.
This commit is contained in:
Harsh Singh
2024-10-13 19:36:26 +05:30
committed by GitHub
parent 8967181212
commit d3e503c564

View File

@ -122,6 +122,7 @@ export const RecordBoardColumnCardsContainer = ({
</div>
)}
</Draggable>
{droppableProvided?.placeholder}
</StyledColumnCardsContainer>
);
};