|
@@ -90,7 +90,7 @@ class NoteController extends Controller
|
|
|
|
|
|
// for canvas section where we have pro mapped data, use hcpProId
|
|
|
$hcpPro = null;
|
|
|
- if(\request()->input('hcpProUId')) {
|
|
|
+ if(\request()->input('hcpProUid')) {
|
|
|
$hcpPro = Pro::where('uid', \request()->input('hcpProUid'))->first();
|
|
|
}
|
|
|
|