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 &&
|
disabled={!$ae_loc.administrator_access &&
|
||||||
!events_auth_loc.current.auth__kv.presentation[
|
!events_auth_loc.current.auth__kv.presentation[
|
||||||
$lq__event_presenter_obj
|
$lq__event_presenter_obj
|
||||||
?.event_presentation_id_random
|
?.event_presentation_id
|
||||||
]}
|
]}
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
console.log('Agree to the terms and conditions.');
|
console.log('Agree to the terms and conditions.');
|
||||||
@@ -405,7 +405,7 @@ async function handle_update__event_presenter({
|
|||||||
disabled={!$ae_loc.administrator_access &&
|
disabled={!$ae_loc.administrator_access &&
|
||||||
!events_auth_loc.current.auth__kv.presentation[
|
!events_auth_loc.current.auth__kv.presentation[
|
||||||
$lq__event_presenter_obj
|
$lq__event_presenter_obj
|
||||||
?.event_presentation_id_random
|
?.event_presentation_id
|
||||||
]}
|
]}
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
console.log(
|
console.log(
|
||||||
|
|||||||
Reference in New Issue
Block a user