New backend copy package support
[osm/UI.git] / skyquake / plugins / composer / src / src / components / CatalogPanelToolbar.js
index 5e3e3c0..1501ecd 100644 (file)
@@ -94,6 +94,7 @@ const CatalogHeader = React.createClass({
                CatalogItemsActions.createCatalogItem(type);
        },
        onClickDuplicateCatalogItem() {
+               CatalogPanelTrayActions.open();
                CatalogItemsActions.duplicateSelectedCatalogItem();
        },
        onClickExportCatalogItems() {