fix bug selector

This commit is contained in:
Ehsan
2024-10-19 23:37:39 +03:30
parent 904b19017e
commit a3699f1e42
7 changed files with 26 additions and 18 deletions
@@ -11,7 +11,7 @@ import {
job,
} from "./listSelector";
function Form({ data, selected, changeData, updateSelect }) {
function Form({ data, changeData, updateSelect }) {
return (
<div className="grid grid-cols-1 lg:grid-cols-2 gap-[24px]">
<Content title="شماره موبایل" isConfirmed={true}>
@@ -39,7 +39,6 @@ function DetailUser({ user }) {
<div className="opacity-page">
<Form
data={data}
selected={selected}
changeData={changeData}
updateSelect={updateSelect}
/>