disable event filters on profiles (temp)
This commit is contained in:
@@ -133,7 +133,7 @@ export default async function Page({
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<StickyBelowHeader className="flex justify-between p-4">
|
{/* <StickyBelowHeader className="flex justify-between p-4">
|
||||||
<OverviewFiltersDrawer
|
<OverviewFiltersDrawer
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
mode="events"
|
mode="events"
|
||||||
@@ -143,7 +143,7 @@ export default async function Page({
|
|||||||
nuqsOptions={{ shallow: false }}
|
nuqsOptions={{ shallow: false }}
|
||||||
className="justify-end p-0"
|
className="justify-end p-0"
|
||||||
/>
|
/>
|
||||||
</StickyBelowHeader>
|
</StickyBelowHeader> */}
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
<div className="mb-8 grid grid-cols-1 gap-4 md:grid-cols-2">
|
<div className="mb-8 grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default function Page({
|
|||||||
}: PageProps) {
|
}: PageProps) {
|
||||||
return (
|
return (
|
||||||
<PageLayout title="Profiles" organizationSlug={organizationId}>
|
<PageLayout title="Profiles" organizationSlug={organizationId}>
|
||||||
<StickyBelowHeader className="flex justify-between p-4">
|
{/* <StickyBelowHeader className="flex justify-between p-4">
|
||||||
<OverviewFiltersDrawer
|
<OverviewFiltersDrawer
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
nuqsOptions={nuqsOptions}
|
nuqsOptions={nuqsOptions}
|
||||||
@@ -40,7 +40,7 @@ export default function Page({
|
|||||||
className="justify-end p-0"
|
className="justify-end p-0"
|
||||||
nuqsOptions={nuqsOptions}
|
nuqsOptions={nuqsOptions}
|
||||||
/>
|
/>
|
||||||
</StickyBelowHeader>
|
</StickyBelowHeader> */}
|
||||||
<div className="grid grid-cols-1 gap-4 p-4 md:grid-cols-2">
|
<div className="grid grid-cols-1 gap-4 p-4 md:grid-cols-2">
|
||||||
<ProfileListServer
|
<ProfileListServer
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
|
|||||||
Reference in New Issue
Block a user