stadardize site slector sector selctor
This commit is contained in:
@@ -27,6 +27,7 @@ import { BoltIcon, PlusIcon, DownloadIcon } from '../../icons';
|
||||
import { createIdeasPageConfig } from '../../config/pages/ideas.config';
|
||||
import { useSectorStore } from '../../store/sectorStore';
|
||||
import { usePageSizeStore } from '../../store/pageSizeStore';
|
||||
import PageHeader from '../../components/common/PageHeader';
|
||||
|
||||
export default function Ideas() {
|
||||
const toast = useToast();
|
||||
@@ -294,6 +295,7 @@ export default function Ideas() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Content Ideas" />
|
||||
<TablePageTemplate
|
||||
title="Content Ideas"
|
||||
titleIcon={<BoltIcon className="text-warning-500 size-5" />}
|
||||
|
||||
Reference in New Issue
Block a user