mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-03 20:41:07 +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
|
// Community publishing functions
|
||||||
const [shareMode, setShareMode] = useState<'url' | 'community'>('url');
|
const [shareMode, setShareMode] = useState<'url' | 'community'>('url');
|
||||||
const [communityData, setCommunityData] = useState({
|
const [communityData, setCommunityData] = useState({
|
||||||
name: projectConfig.name || '',
|
name: '',
|
||||||
description: '',
|
description: '',
|
||||||
category: '',
|
category: '',
|
||||||
tags: [] as string[],
|
tags: [] as string[],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue