Update ModalSelectIOS.tsx
This commit is contained in:
parent
5afc8701ab
commit
3bb72a19aa
|
|
@ -61,6 +61,8 @@ const ModalSelectIOS = ({
|
||||||
opened={opened}
|
opened={opened}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
close();
|
close();
|
||||||
|
setInputSearch("");
|
||||||
|
setIsReboot(true);
|
||||||
}}
|
}}
|
||||||
title={
|
title={
|
||||||
<Text fz={"lg"} fw={"bolder"}>
|
<Text fz={"lg"} fw={"bolder"}>
|
||||||
|
|
@ -128,7 +130,7 @@ const ModalSelectIOS = ({
|
||||||
</Table.Th>
|
</Table.Th>
|
||||||
<Table.Th
|
<Table.Th
|
||||||
style={{
|
style={{
|
||||||
width: "70px",
|
width: "200px",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
backgroundColor: "#94c6ff",
|
backgroundColor: "#94c6ff",
|
||||||
}}
|
}}
|
||||||
|
|
@ -219,7 +221,7 @@ const ModalSelectIOS = ({
|
||||||
</Table.Th>
|
</Table.Th>
|
||||||
<Table.Th
|
<Table.Th
|
||||||
style={{
|
style={{
|
||||||
width: "70px",
|
width: "200px",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
backgroundColor: "#94c6ff",
|
backgroundColor: "#94c6ff",
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue