More code clean up
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
? 'preset-tonal-error'
|
||||
: 'preset-tonal-secondary'}"
|
||||
onclick={async () => {
|
||||
await api.update_ae_obj_v3({
|
||||
await api.update_ae_obj({
|
||||
api_cfg: $ae_api,
|
||||
obj_type: 'event_session',
|
||||
obj_id: session_obj.event_session_id,
|
||||
@@ -338,7 +338,7 @@
|
||||
? 'preset-tonal-warning'
|
||||
: 'preset-tonal-surface'}"
|
||||
onclick={async () => {
|
||||
await api.update_ae_obj_v3({
|
||||
await api.update_ae_obj({
|
||||
api_cfg: $ae_api,
|
||||
obj_type: 'event_session',
|
||||
obj_id: session_obj.event_session_id,
|
||||
|
||||
Reference in New Issue
Block a user