Skip to content

Commit 7d47ac7

Browse files
committed
remove hardcoded iframe source and set to null for future implementation
1 parent 7fe3629 commit 7d47ac7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/views/tasks/partials/hitl-iframe.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{{-- Smart Extract Manual Edit content when HITL is enabled --}}
22
@php
33
// Note: This URL will be obtained from request data in future implementation.
4-
$iframeSrc =
5-
'https://assets.processmaker.net/tces/edit.html?documentToken=6519c0f184aa123baaee296111e5247c&fileId=nOh7qKiHnLL3786w3N3QUu1u7RI3p_6b02cbd0-7551-446b-9b57-5cb931037845';
4+
$iframeSrc = null;
65
@endphp
76

87
@if (!empty($iframeSrc))

0 commit comments

Comments
 (0)