blog category crud

This commit is contained in:
hamid zarghami
2025-04-15 14:58:17 +03:30
parent 63aecce426
commit d3031e5557
11 changed files with 350 additions and 87 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ const BlogList: FC = () => {
<Td text={''}>
<p dangerouslySetInnerHTML={{ __html: item.previewContent }}></p>
</Td>
<Td text={item.category.title} />
<Td text={item.category?.title} />
<Td text={moment(item.createdAt).format('jYYYY/jMM/jDD')} />
{/* <Td text={t('')}>
<SwitchComponent