mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
chore: disable okBtn
This commit is contained in:
parent
8b47107df8
commit
3f321c8801
@ -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…
x
Reference in New Issue
Block a user