Fix linting

This commit is contained in:
yangdx
2025-04-14 14:53:13 +08:00
parent cb35b83a14
commit f7ee5be658

View File

@@ -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