mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 15:49:14 +08:00
Merge branch 'dev' of https://github.com/logspace-ai/langflow into dev
This commit is contained in:
@ -50,7 +50,7 @@ export default function TabComponent({ selected, flow, onClick }:{flow:FlowType,
|
||||
) : (
|
||||
<div className="flex items-center gap-2">
|
||||
<span
|
||||
className="text-left truncate"
|
||||
className="text-left w-32 truncate"
|
||||
onDoubleClick={() => {
|
||||
setIsRename(true);
|
||||
setValue(flow.name);
|
||||
|
||||
@ -76,6 +76,8 @@ export const nodeColors: {[char: string]: string} = {
|
||||
chat: "#454173",
|
||||
thought:"#272541",
|
||||
docloaders:"#FF9135",
|
||||
toolkits:"#DB2C2C",
|
||||
wrappers:"#E6277A",
|
||||
unknown:"#9CA3AF"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user