More updates related to the IDB table name changes for events.
This commit is contained in:
@@ -21,7 +21,7 @@ import { goto } from '$app/navigation';
|
||||
|
||||
// The lq__ prefix is used to indicate that this is a liveQuery object and it should use the $ prefix when referencing the object.
|
||||
let lq__event_badge_li = liveQuery(
|
||||
() => db_events.badges.toArray()
|
||||
() => db_events.badge.toArray()
|
||||
);
|
||||
|
||||
// import Edit_modal_event_badge from '../10_edit_modal__event_badge_obj.svelte';
|
||||
|
||||
@@ -28,7 +28,7 @@ import { goto } from '$app/navigation';
|
||||
|
||||
// The lq__ prefix is used to indicate that this is a liveQuery object and it should use the $ prefix when referencing the object.
|
||||
let lq__event_badge_li = liveQuery(
|
||||
() => db_events.badges.toArray()
|
||||
() => db_events.badge.toArray()
|
||||
);
|
||||
|
||||
// import Edit_modal_event_badge from '../10_edit_modal__event_badge_obj.svelte';
|
||||
|
||||
Reference in New Issue
Block a user