mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-23 11:36:29 +00:00
fix
This commit is contained in:
@@ -184,7 +184,7 @@ export function KnowledgeHeader({
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<BreadcrumbPage
|
||||
className="min-w-0 cursor-text truncate select-none"
|
||||
className="max-w-64 min-w-0 cursor-text truncate select-none"
|
||||
onDoubleClick={handleRenameStart}
|
||||
>
|
||||
{knowledgeName ?? 'Knowledge'}
|
||||
|
||||
@@ -241,7 +241,7 @@ function Flow() {
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<BreadcrumbPage
|
||||
className="min-w-0 cursor-text truncate select-none"
|
||||
className="max-w-64 min-w-0 cursor-text truncate select-none"
|
||||
onDoubleClick={handleFlowRenameStart}
|
||||
>
|
||||
{flowTitle || 'Select a flow'}
|
||||
|
||||
@@ -429,7 +429,7 @@ function Template() {
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<BreadcrumbPage
|
||||
className="min-w-0 cursor-text truncate select-none"
|
||||
className="max-w-64 min-w-0 cursor-text truncate select-none"
|
||||
onDoubleClick={handleTemplateRenameStart}
|
||||
>
|
||||
{templateName ?? 'Template'}
|
||||
|
||||
Reference in New Issue
Block a user