mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
chore: disable okBtn
This commit is contained in:
parent
f2e5f0754c
commit
d98b3224cf
|
@ -49,9 +49,8 @@ export const NetworkInterfaceViewer = forwardRef<DialogRef>((props, ref) => {
|
||||||
</Box>
|
</Box>
|
||||||
}
|
}
|
||||||
contentSx={{ width: 450, maxHeight: 330 }}
|
contentSx={{ width: 450, maxHeight: 330 }}
|
||||||
okBtn={t("Save")}
|
disableOk
|
||||||
cancelBtn={t("Cancel")}
|
cancelBtn={t("Close")}
|
||||||
onClose={() => setOpen(false)}
|
|
||||||
onCancel={() => setOpen(false)}
|
onCancel={() => setOpen(false)}
|
||||||
>
|
>
|
||||||
{networkInterfaces.map((item) => (
|
{networkInterfaces.map((item) => (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user