Fixing bug with random appended still
This commit is contained in:
@@ -336,7 +336,7 @@ async function handle_update__event_presenter({
|
||||
disabled={!$ae_loc.administrator_access &&
|
||||
!events_auth_loc.current.auth__kv.presentation[
|
||||
$lq__event_presenter_obj
|
||||
?.event_presentation_id_random
|
||||
?.event_presentation_id
|
||||
]}
|
||||
onclick={() => {
|
||||
console.log('Agree to the terms and conditions.');
|
||||
@@ -405,7 +405,7 @@ async function handle_update__event_presenter({
|
||||
disabled={!$ae_loc.administrator_access &&
|
||||
!events_auth_loc.current.auth__kv.presentation[
|
||||
$lq__event_presenter_obj
|
||||
?.event_presentation_id_random
|
||||
?.event_presentation_id
|
||||
]}
|
||||
onclick={() => {
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user