feat: projects selector replace
This commit is contained in:
@@ -71,6 +71,7 @@ import {
|
||||
DialogTitle,
|
||||
} from "@/components/ui/dialog";
|
||||
import { BOT_USERNAME } from "@/lib/utils/constants";
|
||||
import { ProjectSelector } from "@/components/project-selector";
|
||||
import type { Creative, CreativeAnalyticsItem } from "@/lib/types/api";
|
||||
|
||||
// ============================================================================
|
||||
@@ -287,6 +288,7 @@ export default function CreativesPage() {
|
||||
className="pl-10"
|
||||
/>
|
||||
</div>
|
||||
<ProjectSelector />
|
||||
<div className="flex items-center gap-2">
|
||||
<Checkbox
|
||||
id="include-archived"
|
||||
|
||||
Reference in New Issue
Block a user