This commit is contained in:
2026-07-20 09:26:18 +08:00
parent c145efd0b1
commit 46b59ff76c
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-CEW5ggCs.js"></script> <script type="module" crossorigin src="/assets/index-DdmhCboN.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css"> <link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css">
</head> </head>
<body> <body>
@@ -30,7 +30,7 @@ const AdminContactRequests: React.FC = () => {
const { user } = useAdminStore(); const { user } = useAdminStore();
const fetchData = async () => { const fetchData = async () => {
if (!user?.isAdmin) return; // if (!user?.isAdmin) return;
setLoading(true); setLoading(true);
try { try {
const query = new URLSearchParams(); const query = new URLSearchParams();