690403:1632 fix dashboard cir and trans
This commit is contained in:
@@ -56,8 +56,8 @@ export default function TransmittalPage() {
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
{(Array.isArray(projects) ? projects : []).map(
|
||||
(p: { uuid: string; projectName?: string; projectCode?: string }) => (
|
||||
<SelectItem key={p.uuid} value={p.uuid}>
|
||||
(p: { publicId: string; projectName?: string; projectCode?: string }) => (
|
||||
<SelectItem key={p.publicId} value={p.publicId}>
|
||||
{p.projectName || p.projectCode}
|
||||
</SelectItem>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user