mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-10 14:54:18 +00:00
Merge branch 'main' into graph-storage-batch-query
This commit is contained in:
commit
ddf61d71a1
@ -103,9 +103,9 @@ const EditablePropertyRow = ({
|
|||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<PropertyName name={name} />
|
<PropertyName name={name} />
|
||||||
<EditIcon onClick={handleEditClick} />:
|
<EditIcon onClick={handleEditClick} />:
|
||||||
<PropertyValue
|
<PropertyValue
|
||||||
value={currentValue}
|
value={currentValue}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
tooltip={tooltip || (typeof currentValue === 'string' ? currentValue : JSON.stringify(currentValue, null, 2))}
|
tooltip={tooltip || (typeof currentValue === 'string' ? currentValue : JSON.stringify(currentValue, null, 2))}
|
||||||
/>
|
/>
|
||||||
<PropertyEditDialog
|
<PropertyEditDialog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user