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