Add Oudelaa dashboard API integration
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
هذا الالتزام موجود في:
18
oudelaa_dashboard/components/auth/no-permission-state.tsx
Normal file
18
oudelaa_dashboard/components/auth/no-permission-state.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Card, CardContent } from "@/components/ui/card";
|
||||
import { EmptyState } from "@/components/ui/empty-state";
|
||||
|
||||
export function NoPermissionState({
|
||||
description,
|
||||
title = "Access restricted",
|
||||
}: {
|
||||
description: string;
|
||||
title?: string;
|
||||
}) {
|
||||
return (
|
||||
<Card>
|
||||
<CardContent className="p-6">
|
||||
<EmptyState title={title} description={description} />
|
||||
</CardContent>
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم