fix: close div tag properly in department.tsx settings tab

This commit is contained in:
Tracewebstudio Dev 2026-04-15 15:17:12 +02:00
parent b316181e77
commit 10c7ba0934

View file

@ -68,7 +68,7 @@ function FormInput(props: {
onInput: (v: string) => void;
placeholder?: string;
type?: string;
}) {
}) {
return (
<label style="display:block">
<span style="font-size:13px;font-weight:600;color:#374151">
@ -983,8 +983,6 @@ export default function DepartmentManagementPage() {
))}
</div>
</div>
</div>
</div>
<div>
<p style="font-size:14px;font-weight:600;color:#111827">Department Visibility</p>