Remove default assistant name for publishing to community

This commit is contained in:
akhisud3195 2025-09-15 16:55:39 +04:00
parent c6c3e1b869
commit 6834228f43

View file

@ -1636,7 +1636,7 @@ export function WorkflowEditor({
// Community publishing functions
const [shareMode, setShareMode] = useState<'url' | 'community'>('url');
const [communityData, setCommunityData] = useState({
name: projectConfig.name || '',
name: '',
description: '',
category: '',
tags: [] as string[],