Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/product/WorkflowPublishActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const NOTION_TEMPLATE_OPTIONS: Record<string, NotionTemplateOption[]> = {
};

const CURRENT_TRELLO_PAGE_URL = 'https://trello.com/b/FhIjewpo/mcp-actions';
const CURRENT_NOTION_PAGE_URL = 'https://www.notion.so/3431594b7fc080eebe5fdece0899b226?v=3431594b7fc080aca35f000cb7e0cca4';
const CURRENT_NOTION_PAGE_URL = 'https://apple-tsunami-1ce.notion.site/3431594b7fc080eebe5fdece0899b226?v=3431594b7fc080aca35f000cb7e0cca4&source=copy_link';

function getWorkflowTemplateOptions(workflowId: string): NotionTemplateOption[] {
return NOTION_TEMPLATE_OPTIONS[workflowId] ?? [{ id: 'executive_summary', label: 'Executive summary', description: 'Default workflow handoff.' }];
Expand Down
Loading