Implemented expanded view in dialog.

This commit is contained in:
Mike Cao 2025-08-07 22:10:02 -07:00
parent 0b4851125d
commit 4e25c07160
9 changed files with 136 additions and 104 deletions

View file

@ -22,7 +22,7 @@ export function SegmentEditForm({
onSave,
onClose,
}: {
segmentId: string;
segmentId?: string;
websiteId: string;
filters?: any[];
showFilters?: boolean;