Merge branch 'master' into develop

This commit is contained in:
Jan Prochazka
2021-10-24 10:30:34 +02:00
9 changed files with 66 additions and 35 deletions

View File

@@ -65,6 +65,8 @@
<FormSelectField
label="Authentication"
name="authType"
isNative
defaultValue={driver?.defaultAuthTypeName}
options={$authTypes.map(auth => ({
value: auth.name,
label: auth.title,