change function of fliter sort, modal and locate set new data and change it and update

This commit is contained in:
Ehsan
2025-09-12 09:39:48 +03:30
parent d04aa8568d
commit dbef29b9d9
18 changed files with 371 additions and 235 deletions
@@ -1,12 +1,12 @@
import Radios from "./Radios";
function RadioContent({ group, text, value, changeData, name }) {
function RadioContent({ group, text, value, updateData, name }) {
return (
<div>
<p className="text-[16px] font-medium text-[#3B3B3B]">{text}</p>
<div className="mt-[16px]">
<Radios
changeData={changeData}
updateData={updateData}
group={group}
value={value}
name={name}