diff --git a/html/template/sync/review/pool.html b/html/template/sync/review/pool.html index b206526a..a378b1cd 100644 --- a/html/template/sync/review/pool.html +++ b/html/template/sync/review/pool.html @@ -98,7 +98,7 @@ // Populate form with task values this.form = { - poolCondition: task.poolCondition || "", + poolCondition: task.condition || "", ownerContact: task.ownerContact || "", residentContact: task.residentContact || "", poolShape: task.poolShape || "", @@ -384,7 +384,7 @@ @@ -401,42 +401,47 @@ :class="{ 'border-warning': form.poolCondition !== originalValues.poolCondition }" > - - - - - + + + + + + -