Update ModalSelectIOS.tsx

This commit is contained in:
nguyentrungthat 2026-01-08 11:02:45 +07:00
parent 5afc8701ab
commit 3bb72a19aa
1 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,8 @@ const ModalSelectIOS = ({
opened={opened}
onClose={() => {
close();
setInputSearch("");
setIsReboot(true);
}}
title={
<Text fz={"lg"} fw={"bolder"}>
@ -128,7 +130,7 @@ const ModalSelectIOS = ({
</Table.Th>
<Table.Th
style={{
width: "70px",
width: "200px",
textAlign: "center",
backgroundColor: "#94c6ff",
}}
@ -219,7 +221,7 @@ const ModalSelectIOS = ({
</Table.Th>
<Table.Th
style={{
width: "70px",
width: "200px",
textAlign: "center",
backgroundColor: "#94c6ff",
}}