import React from "react"; import { Button, MenuItem } from "@blueprintjs/core"; import { Select } from "@blueprintjs/select"; class DuplicateCategorySelect extends React.PureComponent { constructor(props) { super(props); this.state = {}; } render() { const { allCategoryNames, categoryToDuplicate, handleModalDuplicateCategorySelection, } = this.props; return (
Optionally duplicate all labels & cell assignments from existing category into new category: