completionId: cgen-30d13fd824ff43219b2d230951cc7b71
cgen-30d13fd824ff43219b2d230951cc7b71
This commit is contained in:
parent
c087669079
commit
d6fd7168fe
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export default function AdminBlogManager() {
|
|||
const [blogPosts, setBlogPosts] = useState<BlogPost[]>([]);
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [deleting, setDeleting] = useState<string | null>(null);
|
||||
const [deleteConfirm, setDeleteConfirm] = useState<BlogPost | null>(null);
|
||||
const [searchQuery, setSearchQuery] = useState("");
|
||||
const [filterCategory, setFilterCategory] = useState("");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue