mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 21:15:50 +00:00
TaostBox Fix
This commit is contained in:
@@ -214,7 +214,7 @@ const BlogsAndArticles = () => {
|
||||
flexWrap={"wrap"}
|
||||
gap={2}
|
||||
alignItems={"center"}
|
||||
w={220}
|
||||
w={200}
|
||||
>
|
||||
{item?.tags?.map(({ id, tag }) => (
|
||||
<Badge key={id} variant="solid" colorScheme="teal" size={"sm"}>
|
||||
|
||||
@@ -31,6 +31,7 @@ import ChipSelector from "../../Components/ChipSelector/ChipSelector";
|
||||
import { motion } from "framer-motion";
|
||||
import Loader01 from "../../Components/Loaders/Loader01";
|
||||
import Header from "../../Components/Header";
|
||||
import ToastBox from "../../Components/ToastBox";
|
||||
|
||||
const EditBlogsAndArticles = () => {
|
||||
const { id } = useParams();
|
||||
|
||||
Reference in New Issue
Block a user