Merge branch 'develop' into luke/feature-tag-panel-tile-context-menu
This commit is contained in:
commit
a34fea8af8
8 changed files with 576 additions and 315 deletions
|
@ -25,6 +25,7 @@ export default function DNDTagTile(props) {
|
|||
key={props.tag}
|
||||
draggableId={props.tag}
|
||||
index={props.index}
|
||||
type="draggable-TagTile"
|
||||
>
|
||||
{ (provided, snapshot) => (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue