+
+
+
+
+
+ {pacInputMode === 'url' ? (
+
+ ) : (
+
+ )}
+ {formik.touched.pac?.source && formik.errors.pac?.source ? (
+
{formik.errors.pac.source}
+ ) : null}
+
+ {pacInputMode === 'url'
+ ? 'Enter the URL to your PAC file'
+ : 'Supports .pac files for automatic proxy configuration'}
+