feat: basic toggle post visibility
This commit is contained in:
@@ -497,7 +497,7 @@ const config = useRuntimeConfig();
|
||||
const api = config.public.apiBase;
|
||||
const authStore = useAuthStore();
|
||||
const { token } = storeToRefs(authStore);
|
||||
const notifications = useNotifications();
|
||||
const notifications = useNotificationStore();
|
||||
|
||||
const users = ref([]);
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user