fix: droppable-placeholder (#7600)
Fixes: #7597 This PR fixes the missing placeholder from Droppable component.
This commit is contained in:
@ -122,6 +122,7 @@ export const RecordBoardColumnCardsContainer = ({
|
||||
</div>
|
||||
)}
|
||||
</Draggable>
|
||||
{droppableProvided?.placeholder}
|
||||
</StyledColumnCardsContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user