This commit is contained in:
root 2025-07-11 00:42:29 +08:00
parent a3fa6cbb9c
commit 286e515288
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const ResourceCategoryPage: React.FC = () => {
const handleCreateCategory = async () => {
try {
const response = await ResourceCategoryService.createCategory(formData)
console.log(`handleCreateCategory`, response)
if (response.status && response.data) {
setCategories([...categories, response.data])
setShowCreateForm(false)