Add creation of groups with drop

This commit is contained in:
Mitchell McCaffrey
2021-05-21 16:12:09 +10:00
parent 9c04a28c38
commit db460b2a4a
4 changed files with 33 additions and 7 deletions
+1
View File
@@ -205,6 +205,7 @@ function MapTiles({
onGroupChange={onMapsGroup}
renderTile={renderTile}
renderTiles={renderTiles}
onTileSelect={onTileSelect}
/>
);
}