fix: resolve all admin typecheck errors (typed api wrapper, unused imports, missing hooks, PermissionButton children)

This commit is contained in:
2026-07-06 01:02:26 +08:00
parent 4a48a65a48
commit 6b0a21d266
22 changed files with 4051 additions and 273 deletions

View File

@@ -348,7 +348,7 @@ const SchedulesPage: React.FC = () => {
>
</th>
{WEEKDAYS.map((day, idx) => (
{WEEKDAYS.map((day) => (
<th
key={day}
style={{