mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/(console)/project-[region]-[project]/messaging/topicsModal.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
let search = $state('');
|
||||
let offset = $state(0);
|
||||
let totalResults = $state(0);
|
||||
let topicResultsById = $state<Record<string, Models.Topic>>({}); // use a hash map so we can quickly look up a user by id
|
||||
let topicResultsById = $state<Record<string, Models.Topic>>({});
|
||||
let selected = $state<Record<string, Models.Topic>>({});
|
||||
let emptyTopicsExists = $state(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user