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 /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
{/* <ProductImage /> */} {/* <ProductImage /> */}
{/* <ProductTab /> */} <ProductTab />
{/* <ProductStatusCard /> */} {/* <ProductStatusCard /> */}
{/* <AdvertisementDesign1 /> */} {/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */} {/* <AdvertisementDesign2 /> */}

@ -10,7 +10,7 @@ export function EditButtons({buttons}) {
// const [openModal, setOpenModal] = useState(false); // const [openModal, setOpenModal] = useState(false);
return ( return (
<div className="flex flex-row items-center"> <div className="flex flex-row items-center justify-end">
{/* serach box */} {/* serach box */}
{buttons.map((button,index) =>( {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`} <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