diff --git a/src/routes/admin/department.tsx b/src/routes/admin/department.tsx index 43f8967..5dd9a8d 100644 --- a/src/routes/admin/department.tsx +++ b/src/routes/admin/department.tsx @@ -62,29 +62,29 @@ function StatusBadge(props: { status: string }) { } function FormInput(props: { - label: string; - required?: boolean; - value: string; - onInput: (v: string) => void; - placeholder?: string; - type?: string; - }) { - return ( - - ); + label: string; + required?: boolean; + value: string; + onInput: (v: string) => void; + placeholder?: string; + type?: string; +}) { + return ( + + ); } export default function DepartmentManagementPage() { @@ -920,21 +920,21 @@ export default function DepartmentManagementPage() {
- - -
+ + +