1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

Prevent creating datasource without a type selected

This commit is contained in:
Andrew Kingston 2021-06-28 10:55:58 +01:00
parent ce40b7165a
commit 91fcb1755a

View file

@ -45,7 +45,7 @@
size="L"
confirmText="Create"
onConfirm={saveDatasource}
disabled={error || !name}
disabled={error || !name || !integration?.type}
>
<Input
data-cy="datasource-name-input"