feat: add name and description fields to ListingAccount; update form, table, detail, dashboard
This commit is contained in:
@@ -168,7 +168,7 @@ export function Dashboard() {
|
||||
>
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: 10 }}>
|
||||
<span style={{ fontWeight: 600, fontSize: 15 }}>
|
||||
Listing #{String(l.data.listingId)}
|
||||
{l.data.name || `Listing #${String(l.data.listingId)}`}
|
||||
</span>
|
||||
<Badge color={sc.color} bg={sc.bg}>
|
||||
{l.data.isActive ? 'Active' : 'Inactive'}
|
||||
|
||||
Reference in New Issue
Block a user