mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-27 18:24:43 +10:00
fix: install dir flow
This commit is contained in:
@@ -350,7 +350,7 @@
|
|||||||
<LoadingButton
|
<LoadingButton
|
||||||
@click="() => install()"
|
@click="() => install()"
|
||||||
:disabled="
|
:disabled="
|
||||||
!(versionOptions && versionOptions.length > 0 && !installDir)
|
!(versionOptions && versionOptions.length > 0)
|
||||||
"
|
"
|
||||||
:loading="installLoading"
|
:loading="installLoading"
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
+3304
-1541
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user