fix: close div tag properly in department.tsx settings tab
This commit is contained in:
parent
b316181e77
commit
10c7ba0934
1 changed files with 54 additions and 56 deletions
|
|
@ -68,7 +68,7 @@ function FormInput(props: {
|
||||||
onInput: (v: string) => void;
|
onInput: (v: string) => void;
|
||||||
placeholder?: string;
|
placeholder?: string;
|
||||||
type?: string;
|
type?: string;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<label style="display:block">
|
<label style="display:block">
|
||||||
<span style="font-size:13px;font-weight:600;color:#374151">
|
<span style="font-size:13px;font-weight:600;color:#374151">
|
||||||
|
|
@ -983,8 +983,6 @@ export default function DepartmentManagementPage() {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p style="font-size:14px;font-weight:600;color:#111827">Department Visibility</p>
|
<p style="font-size:14px;font-weight:600;color:#111827">Department Visibility</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue