Remove conflicting property defaultChecked

This commit is contained in:
Nicola Benaglia 2025-04-04 14:08:31 +02:00
parent 2b4629ee51
commit ee2548b84e

View File

@ -596,7 +596,6 @@ export const NotAuthenticated = ({
}
}}
disabled={false}
defaultChecked
/>
}
label={`Use ${isLocal ? "Local" : "Custom"} Node`}