mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 15:52:43 +10:00
fix: install dir flow
This commit is contained in:
@ -350,7 +350,7 @@
|
||||
<LoadingButton
|
||||
@click="() => install()"
|
||||
:disabled="
|
||||
!(versionOptions && versionOptions.length > 0 && !installDir)
|
||||
!(versionOptions && versionOptions.length > 0)
|
||||
"
|
||||
:loading="installLoading"
|
||||
type="submit"
|
||||
|
||||
Reference in New Issue
Block a user