fix doctor detail view
This commit is contained in:
@@ -31,7 +31,7 @@ export function useNotificationsStream(params: {
|
||||
'postgres_changes',
|
||||
{
|
||||
event: 'INSERT',
|
||||
schema: 'public',
|
||||
schema: 'medreport',
|
||||
filter: `account_id=in.(${params.accountIds.join(', ')})`,
|
||||
table: 'notifications',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user