Skip to content

Commit

Permalink
fix: droppable-placeholder (#7600)
Browse files Browse the repository at this point in the history
Fixes: #7597

This PR fixes the missing placeholder from Droppable component.
  • Loading branch information
harshrajeevsingh authored Oct 13, 2024
1 parent 8967181 commit d3e503c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export const RecordBoardColumnCardsContainer = ({
</div>
)}
</Draggable>
{droppableProvided?.placeholder}
</StyledColumnCardsContainer>
);
};

0 comments on commit d3e503c

Please sign in to comment.