Disable button if no repo selected
This commit is contained in:
parent
d787d1c350
commit
b119fe5da4
@ -175,7 +175,7 @@
|
|||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="mt-2 btn btn-primary"
|
class="mt-2 btn btn-primary"
|
||||||
disable={submitInProgress || readonly}
|
disable={submitInProgress || readonly || !repo_used || !repo_used.uri}
|
||||||
>
|
>
|
||||||
Utiliser ce dépôt
|
Utiliser ce dépôt
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user