Prevent creating datasource without a type selected
This commit is contained in:
parent
ce40b7165a
commit
91fcb1755a
|
@ -45,7 +45,7 @@
|
|||
size="L"
|
||||
confirmText="Create"
|
||||
onConfirm={saveDatasource}
|
||||
disabled={error || !name}
|
||||
disabled={error || !name || !integration?.type}
|
||||
>
|
||||
<Input
|
||||
data-cy="datasource-name-input"
|
||||
|
|
Loading…
Reference in New Issue