Add primary key icon to fields
This commit is contained in:
parent
1283dcd946
commit
6fda5356b0
@ -1351,7 +1351,10 @@ export default function Table(props) {
|
||||
}}
|
||||
/>
|
||||
) : (
|
||||
fieldData.type
|
||||
<div className="flex gap-1 items-center">
|
||||
{fieldData.primary && <IconKeyStroked />}
|
||||
<span>{fieldData.type}</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user