handle change data and update data in dashboard page for all tabs

This commit is contained in:
Ehsan
2025-06-11 16:52:01 +03:30
parent 72ed07071c
commit bf64271d14
26 changed files with 235 additions and 118 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function AutoSelector({
disablePortal
options={list}
disabled={disabled}
defaultValue={value || ""}
value={value || ""}
ListboxProps={listboxProps}
getOptionLabel={(option) => {
if (typeof option === "string") return option;