master
mahdi andalib 3 years ago
parent b68c35675f
commit d7ae8e1f4f
  1. 2
      src/App.js
  2. 2
      src/components/ReactTable3/EditButtons.js

@ -75,7 +75,7 @@ function App() {
{/* <Toast /> */}
{/* <ProductSuggestion /> */}
{/* <ProductImage /> */}
{/* <ProductTab /> */}
<ProductTab />
{/* <ProductStatusCard /> */}
{/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */}

@ -10,7 +10,7 @@ export function EditButtons({buttons}) {
// const [openModal, setOpenModal] = useState(false);
return (
<div className="flex flex-row items-center">
<div className="flex flex-row items-center justify-end">
{/* serach box */}
{buttons.map((button,index) =>(
<div className={`border border-blue-400 flex flex-row items-center justify-around p-1 rounded-sm bg-opacity-30 mx-1`}

Loading…
Cancel
Save