stadardize site slector sector selctor

This commit is contained in:
Desktop
2025-11-12 22:55:51 +05:00
parent 1042734278
commit 3fca67858e
12 changed files with 140 additions and 107 deletions

View File

@@ -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" />}