Fix linting
This commit is contained in:
parent
cb35b83a14
commit
f7ee5be658
1 changed files with 3 additions and 3 deletions
|
|
@ -103,9 +103,9 @@ const EditablePropertyRow = ({
|
|||
<div className="flex items-center gap-1">
|
||||
<PropertyName name={name} />
|
||||
<EditIcon onClick={handleEditClick} />:
|
||||
<PropertyValue
|
||||
value={currentValue}
|
||||
onClick={onClick}
|
||||
<PropertyValue
|
||||
value={currentValue}
|
||||
onClick={onClick}
|
||||
tooltip={tooltip || (typeof currentValue === 'string' ? currentValue : JSON.stringify(currentValue, null, 2))}
|
||||
/>
|
||||
<PropertyEditDialog
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue