mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
Remove default assistant name for publishing to community
This commit is contained in:
parent
c6c3e1b869
commit
6834228f43
1 changed files with 1 additions and 1 deletions
|
|
@ -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[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue