forked from wangziqi/gongxue-base
fix: resolve all admin typecheck errors (typed api wrapper, unused imports, missing hooks, PermissionButton children)
This commit is contained in:
@@ -348,7 +348,7 @@ const SchedulesPage: React.FC = () => {
|
||||
>
|
||||
教室
|
||||
</th>
|
||||
{WEEKDAYS.map((day, idx) => (
|
||||
{WEEKDAYS.map((day) => (
|
||||
<th
|
||||
key={day}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user