add medreport schema
This commit is contained in:
@@ -14,7 +14,7 @@ import { cn } from '@kit/ui/utils';
|
||||
|
||||
import { useDismissNotification, useFetchNotifications } from '../hooks';
|
||||
|
||||
type Notification = Database['public']['Tables']['notifications']['Row'];
|
||||
type Notification = Database['medreport']['Tables']['notifications']['Row'];
|
||||
|
||||
type PartialNotification = Pick<
|
||||
Notification,
|
||||
@@ -121,7 +121,10 @@ export function NotificationsPopover(params: {
|
||||
return (
|
||||
<Popover modal open={open} onOpenChange={setOpen}>
|
||||
<PopoverTrigger asChild>
|
||||
<Button className={'relative px-4 py-2 h-10 border-1 mr-0'} variant="ghost">
|
||||
<Button
|
||||
className={'relative mr-0 h-10 border-1 px-4 py-2'}
|
||||
variant="ghost"
|
||||
>
|
||||
<Bell className={'size-4'} />
|
||||
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user