Added Property Detail page and routing from Clients list.
This commit is contained in:
parent
54280ac78f
commit
016aa08b95
3 changed files with 190 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ const handlePropertyClick = (link, rowData) => {
|
|||
console.log("DEBUG: Property Link Clicked.");
|
||||
const client = encodeURIComponent(rowData.customerName);
|
||||
const address = encodeURIComponent(rowData.address);
|
||||
router.push(`/client?client=${client}&address=${address}`);
|
||||
router.push(`/property?client=${client}&address=${address}`);
|
||||
}
|
||||
|
||||
const handleEstimateClick = (status, rowData) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue