Skip to content

Commit

Permalink
Merge pull request #480 from cityofaustin/7830-signal-tweaks
Browse files Browse the repository at this point in the history
Minor style tweaks to signal projects dashboard
  • Loading branch information
chiaberry authored Nov 30, 2021
2 parents f9e3c2f + 77c6be7 commit 62ec341
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const SignalProjectTable = () => {
title: "Project name",
field: "project_name",
editable: "never",
cellStyle: { minWidth: "200px" },
render: entry => (
<RenderFieldLink
projectId={entry.project_id}
Expand Down Expand Up @@ -217,7 +218,7 @@ const SignalProjectTable = () => {
render: entry => (entry.contractor === "" ? "blank" : entry.contractor),
},
{
title: "Internal status note",
title: "Status update",
field: "status_update", // Status update (from Project details page)
editable: "never",
cellStyle: { ...typographyStyle, minWidth: "300px" },
Expand Down

0 comments on commit 62ec341

Please sign in to comment.