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