uat-seed-script
This commit is contained in:
@@ -18,7 +18,7 @@ const signInSchema = z.object({
|
||||
|
||||
export default function SignInViewPage() {
|
||||
const searchParams = useSearchParams();
|
||||
const callbackUrl = searchParams.get("callbackUrl") ?? "/dashboard";
|
||||
const callbackUrl = searchParams.get("callbackUrl") ?? "/dashboard/crm";
|
||||
const [isPending, startTransition] = useTransition();
|
||||
|
||||
const form = useAppForm({
|
||||
|
||||
@@ -610,7 +610,7 @@ async function canAccessCustomerRow(
|
||||
accessContext,
|
||||
));
|
||||
|
||||
if (accessContext.ownershipScope === "monitor") {
|
||||
if (accessContext.ownershipScope === 'monitor') {
|
||||
return opportunityCustomerIds.has(row.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user