Skip to content
Snippets Groups Projects
Unverified Commit 020bd129 authored by GyDi's avatar GyDi
Browse files

fix: service ref error

parent 8086b6d7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ const SettingSystem = ({ onError }: Props) => {
<PrivacyTipRounded
fontSize="small"
style={{ cursor: "pointer", opacity: 0.75 }}
onClick={() => sysproxyRef.current?.open()}
onClick={() => serviceRef.current?.open()}
/>
)
}
......@@ -95,7 +95,7 @@ const SettingSystem = ({ onError }: Props) => {
color="inherit"
size="small"
sx={{ my: "2px" }}
onClick={() => sysproxyRef.current?.open()}
onClick={() => serviceRef.current?.open()}
>
<ArrowForward />
</IconButton>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment